X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=START%2FAliSTARThit.h;h=c98a147c6da210f4bedcf32ebf47cf61ea21a18c;hp=642c3e3a0aa446da885eb6df1393a203c8824b15;hb=c30bf53a9e9194ebe4be9be8de3e7498bb7df46b;hpb=c345bb4fe77593a88dba4f72a8afae408024ec41 diff --git a/START/AliSTARThit.h b/START/AliSTARThit.h index 642c3e3a0aa..c98a147c6da 100644 --- a/START/AliSTARThit.h +++ b/START/AliSTARThit.h @@ -1,10 +1,9 @@ -#ifndef STARTHIT_H -#define STARTHIT_H +#ifndef AliSTARThit_H +#define AliSTARThit_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ - //////////////////////////////////////////////// // Manager and hits classes for set:START // //////////////////////////////////////////////// @@ -14,18 +13,20 @@ class AliSTARThit : public AliHit { public: - Int_t fVolume; - Int_t fPmt; - Int_t fParticle; //Particle identificator - Float_t fEdep; //Energy deposition - Float_t fEtot; //Energy of particle - Float_t fTime; //Time of flight + Int_t fVolume; //T0 arm mark + Int_t fPmt; //PMT number in the arm + Int_t fParticle; //Primary particle ID + Float_t fEdep; //Energy deposition + Float_t fEtot; //Energy of primary particle at the entrance to radiator + Float_t fTime; //Primary particle TOF public: - AliSTARThit() {} - AliSTARThit(Int_t shunt, Int_t track, Int_t *vol, Float_t *hits); - virtual ~AliSTARThit() {} + AliSTARThit(){}//Empty ctor + AliSTARThit(Int_t shunt, Int_t track, Int_t *vol, Float_t *hits); + virtual ~AliSTARThit(){}//Empty virtual dtor - ClassDef(AliSTARThit,1) //Hits for detector START + ClassDef(AliSTARThit,1) //Hits for detector START }; -#endif + + +#endif//AliSTARThit_H