AliPhysics  35e5fca (35e5fca)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEMCALTriggerPatchInfoV1.h
Go to the documentation of this file.
1 #ifndef ALIEMCALTRIGGERPATCHINFOV1_H
2 #define ALIEMCALTRIGGERPATCHINFOV1_H
3 /* Copyright(c) 1998-2016, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice */
5 
6 #include "AliEMCALTriggerPatchInfo.h"
7 
19 class AliEMCALTriggerPatchInfoV1 : public AliEMCALTriggerPatchInfo {
20 public:
21 
26 
31 
36  void SetSmearedEnergyV1(double e) { fSmearedEnergyV1 = e;}
37 
43 
44  Double_t GetSmearedETV1() const;
45 
46 
60  static AliEMCALTriggerPatchInfoV1* CreateAndInitializeV1(UChar_t col0, UChar_t row0, UChar_t size, UInt_t adc, UInt_t offlineAdc, Double_t patchE, UInt_t bitmask, const TVector3& vertex, const AliEMCALGeometry* geom);
61 
73  static AliEMCALTriggerPatchInfoV1* CreateAndInitializeV1(UChar_t col0, UChar_t row0, UChar_t size, UInt_t adc, UInt_t offlineAdc, UInt_t bitmask, const AliEMCALGeometry* geom);
74 
75 
76 private:
77 
79 
80  ClassDef(AliEMCALTriggerPatchInfoV1, 1)
81 };
82 
83 #endif /* ALIEMCALTRIGGERPATCHINFOV1_H */
double Double_t
Definition: External.C:58
unsigned int UInt_t
Definition: External.C:33
Temporary class handling.
static AliEMCALTriggerPatchInfoV1 * CreateAndInitializeV1(UChar_t col0, UChar_t row0, UChar_t size, UInt_t adc, UInt_t offlineAdc, Double_t patchE, UInt_t bitmask, const TVector3 &vertex, const AliEMCALGeometry *geom)
Double_t fSmearedEnergyV1
Smeared energy.