X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FCALO%2FAliHLTCaloRecPointDataStruct.h;h=9fa1ce23cc9f2b9e97226c1ebc791193f8f2e37f;hb=3b4e1a155e48cfda2c88c9f99267fd4fe9a58c36;hp=fba471c95a5e0291e42aef76d93144a139132088;hpb=ef44ec64086494648ffc5f778bf196e3117c4070;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/CALO/AliHLTCaloRecPointDataStruct.h b/HLT/CALO/AliHLTCaloRecPointDataStruct.h index fba471c95a5..9fa1ce23cc9 100644 --- a/HLT/CALO/AliHLTCaloRecPointDataStruct.h +++ b/HLT/CALO/AliHLTCaloRecPointDataStruct.h @@ -52,13 +52,16 @@ struct AliHLTCaloRecPointDataStruct /** x coordinate */ Float_t fX; //COMMENT - + /** z coordinate */ Float_t fZ; //COMMENT /** Module number */ Int_t fModule; //COMMENT - + + /** Particle type */ + Int_t fParticle; //COMMENT + /** The total energy of the rec point */ Float_t fAmp; //COMMENT @@ -80,8 +83,8 @@ struct AliHLTCaloRecPointDataStruct /** Distance to nearest bad channel */ Float_t fDistanceToBadChannel; //COMMENT - /** Digits in the rec point */ - AliHLTCaloDigitDataStruct fDigits; //COMMENT + /** Index of the digits in the rec point */ + Int_t fDigits; //COMMENT };