// In this version of AliPHOSv0, a PHOS hit is real geant
// hits in a single crystal or in a single PPSD gas cell
- cout << "Tracknumber is " << tracknumber << endl;
- cout << "Vol Id is " << Id << endl;
- cout << "hits is " << hits[0] << " " << hits[1] << " " << hits[2] << " " << hits[3] <<endl;
+ // cout << "Tracknumber is " << tracknumber << endl;
+ //cout << "Vol Id is " << Id << endl;
+ //cout << "hits is " << hits[0] << " " << hits[1] << " " << hits[2] << " " << hits[3] <<endl;
// cout << " Adding a hit number " << fNhits << endl ;
virtual void AddHit( Int_t primary, Int_t id, Float_t *hits ) ;
// adds a hit to the hit tree (any pre=digitalization is done here (so large root file !!)
- void FinishEvent(void) ; // makes the digits from the hits
+ void FinishEvent(void) ; // makes the digits from the hits
+ virtual void StepManager(void) ; // StepManager to keep current tack number in the hit
+
protected:
ClassDef(AliPHOSv0hits,1) // Class AliPHOSv0 which allows to write ond disk al the information of the hits.