X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALv1.h;h=a9ac230d78710581d3097097ed567aedf790251c;hb=30bd7436f96369d6ae914fcbfd474a57783937a9;hp=a7601bab7f38d3e91980b69348792308b8bf6ee2;hpb=19d1d2468750626e5560a15955d54b513d1c0659;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALv1.h b/EMCAL/AliEMCALv1.h index a7601bab7f3..a9ac230d787 100644 --- a/EMCAL/AliEMCALv1.h +++ b/EMCAL/AliEMCALv1.h @@ -28,30 +28,25 @@ public: AliEMCALv1(const char *name, const char *title="") ; // cpy ctor: no implementation yet // requested by the Coding Convention - AliEMCALv1(const AliEMCALv0 & emcal) {abort();} + AliEMCALv1(const AliEMCALv0 & emcal):AliEMCALv0(emcal) { + Fatal("cpy ctor", "not implemented") ; } virtual ~AliEMCALv1(void) ; virtual void AddHit( Int_t shunt, Int_t primary, Int_t track, Int_t iparent, Float_t ienergy, Int_t id, Float_t *hits, Float_t *p); // Gives the version number virtual Int_t IsVersion(void) const {return 1;} virtual void StepManager(void) ; - virtual TString Version(void){return TString("v0");} + virtual const TString Version(void)const {return TString("v0");} // assignement operator requested by coding convention but not needed - AliEMCALv1 & operator = (const AliEMCALv0 & rvalue){abort();return *this;} + AliEMCALv1 & operator = (const AliEMCALv0 & /*rvalue*/){ + Fatal("operator =", "not implemented") ; + return *this;} private: - Float_t fLightYieldMean ; // Mean lightyield in a plastic layer per GeV (Poisson distribution) - Float_t fIntrinsicAPDEfficiency ; // Photo efficiency of the APD diode - Float_t fLightYieldAttenuation ; // Attenuation of the light through the light fiber - Float_t fRecalibrationFactor ; // Recalibration factor - Float_t fAPDGain ; // APD Gain - Float_t fLightFactor ; //! a calculated factor - Float_t fAPDFactor ; //! a calculated factor - - ClassDef(AliEMCALv1,4)//Implementation of EMCAL manager class to produce hits in a Central Calorimeter - + ClassDef(AliEMCALv1,6)//Implementation of EMCAL manager class to produce hits in a Central Calorimeter + }; #endif // AliEMCALV1_H