AliPhysics  9538fdd (9538fdd)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEMCALTriggerPatchInfoV1.cxx
Go to the documentation of this file.
2 
4 
6  AliEMCALTriggerPatchInfo(),
7  fSmearedEnergyV1(0.)
8 {
9 
10 }
11 
13  return GetET(fSmearedEnergyV1);
14 }
15 
16 AliEMCALTriggerPatchInfoV1* 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)
17 {
19  patch->Initialize(col0, row0, size, adc, offlineAdc, patchE, bitmask, vertex, geom);
20  return patch;
21 }
22 
23 AliEMCALTriggerPatchInfoV1* AliEMCALTriggerPatchInfoV1::CreateAndInitializeV1(UChar_t col0, UChar_t row0, UChar_t size, UInt_t adc, UInt_t offlineAdc, UInt_t bitmask, const AliEMCALGeometry* geom)
24 {
26  patch->Initialize(col0, row0, size, adc, offlineAdc, bitmask, geom);
27  return patch;
28 }
29 
double Double_t
Definition: External.C:58
ClassImp(AliEMCALTriggerPatchInfoV1) AliEMCALTriggerPatchInfoV1
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.