#include "THaTrackProj.h"
const Double_t THaTrackProj::kBig = 1.e38;
THaTrackProj::THaTrackProj( Double_t x, Double_t y,
Double_t pathl,
Double_t dx, Int_t ch,
THaNonTrackingDetector *parent):
fX(x), fY(y), fPathl(pathl), fdX(dx), fChannel(ch),
fParent(parent) { }
THaTrackProj::~THaTrackProj() { }
ClassImp(THaTrackProj)
Last change: Sat Nov 7 21:26:53 2009
Last generated: 2009-11-07 21:26
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.