#include "hkickcandidate.h"
HKickCandidate::HKickCandidate(void) {
fSector = 0;
fP = -1;
fPolarity = 0;
fErrP = 0;
fPTof = -1;
fPTofErr = 0;
fAssigned = kFALSE;
fMass = -10;
fXPull = 1000;
fPID = 0;
fDenomin = 0;
fDist = -1;
fMETAdir.setX(0.0);
fMETAdir.setY(0.0);
fMETAdir.setZ(1.0);
fFlag = -1;
fClAccept = kTRUE;
fMETAoverlap = kFALSE;
fEloss = -1.0;
beta = -1.;
setPosition1(0.,0.,0.);
fShowerHit=0;
}
HKickCandidate::HKickCandidate(HKickCandidate &can) {
fSector = can.fSector;
fP = can.fP;
fPolarity = can.fPolarity;
fErrP = can.fErrP;
fPTof = can.fPTof;
fPTofErr = can.fPTofErr;
fAssigned = can.fAssigned;
fMass = can.fMass;
fXPull = can.fXPull;
fPID = can.fPID;
fDenomin = can.fDenomin;
fDist = can.fDist;
fMETAdir = can.fMETAdir;
fClAccept = can.fClAccept;
fMETAoverlap = can.fMETAoverlap;
fEloss = can.fEloss;
beta = can.beta;
fShowerHit=can.fShowerHit;
setPosition1(can.fX,can.fY,can.fZ);
}
ClassImp(HKickCandidate)
Last change: Sat May 22 12:58:12 2010
Last generated: 2010-05-22 12:58
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.