AliPhysics  1a228f7 (1a228f7)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliEMCalTriggerEventData.cxx
Go to the documentation of this file.
1 /**************************************************************************
2  * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
3  * *
4  * Author: The ALICE Off-line Project. *
5  * Contributors are mentioned in the code where appropriate. *
6  * *
7  * Permission to use, copy, modify and distribute this software and its *
8  * documentation strictly for non-commercial purposes is hereby granted *
9  * without fee, provided that the above copyright notice appears in all *
10  * copies and that both the copyright notice and this permission notice *
11  * appear in the supporting documentation. The authors make no claims *
12  * about the suitability of this software for any purpose. It is *
13  * provided "as is" without express or implied warranty. *
14  **************************************************************************/
15 
17 
21 
22 namespace EMCalTriggerPtAnalysis {
23 
27 AliEMCalTriggerEventData::AliEMCalTriggerEventData() :
28  TObject(),
29  fRecEvent(NULL),
30  fTriggerBitSelection(0),
31  fMCEvent(NULL),
32  fClusterContainer(NULL),
33  fTrackContainer(NULL),
34  fParticleContainer(NULL),
35  fTriggerPatchContainer(NULL),
36  fJetContainerMC(NULL),
37  fJetContainerData(NULL)
38 {
39 }
40 
45  TObject(ref),
46  fRecEvent(ref.fRecEvent),
47  fTriggerBitSelection(ref.fTriggerBitSelection),
48  fMCEvent(ref.fMCEvent),
49  fClusterContainer(ref.fClusterContainer),
50  fTrackContainer(ref.fTrackContainer),
51  fParticleContainer(ref.fParticleContainer),
52  fTriggerPatchContainer(ref.fTriggerPatchContainer),
53  fJetContainerMC(ref.fJetContainerMC),
54  fJetContainerData(ref.fJetContainerData)
55 {
56 }
57 
62  TObject::operator=(ref);
63  if(this != &ref){
64  fRecEvent = ref.fRecEvent;
66  fMCEvent = ref.fMCEvent;
73  }
74  return *this;
75 }
76 
77 } /* namespace EMCalTriggerPtAnalysis */
const TClonesArray * fParticleContainer
Container with MC-true filtered particles.
AliJetContainer * fJetContainerMC
Container with reconstructed jets.
AliJetContainer * fJetContainerData
Container with reconstructed jets.
const TClonesArray * fTriggerPatchContainer
Container with trigger patches.
const TClonesArray * fTrackContainer
Container with matched tracks.
AliEMCalTriggerEventData & operator=(const AliEMCalTriggerEventData &ref)
ClassImp(AliAnalysisTaskCRC) AliAnalysisTaskCRC
const TClonesArray * fClusterContainer
Container with calibrated clusters.
Simple event container within the high- track analysis.
Event Data used in exchange to the different analysis components.
Int_t fTriggerBitSelection
Event trigger bit selection.