]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGJE/EMCALJetTasks/Tracks/AliEMCalTriggerPatchAnalysisComponent.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGJE / EMCALJetTasks / Tracks / AliEMCalTriggerPatchAnalysisComponent.h
1 #ifndef ALIEMCALTRIGGERPATCHANALYSISCOMPONENT_H
2 #define ALIEMCALTRIGGERPATCHANALYSISCOMPONENT_H
3 /* Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 // Author: Markus Fasel
7
8 #include "AliEMCalTriggerTracksAnalysisComponent.h"
9
10 namespace EMCalTriggerPtAnalysis {
11
12 class AliEMCalTriggerEventData;
13
14 class AliEMCalTriggerPatchAnalysisComponent: public AliEMCalTriggerTracksAnalysisComponent {
15 public:
16   AliEMCalTriggerPatchAnalysisComponent();
17   AliEMCalTriggerPatchAnalysisComponent(const char *name);
18   virtual ~AliEMCalTriggerPatchAnalysisComponent() { }
19
20   virtual void CreateHistos();
21   virtual void Process(const AliEMCalTriggerEventData * const data);
22
23 protected:
24
25   ClassDef(AliEMCalTriggerPatchAnalysisComponent, 1);     // Component for trigger patch analysis
26 };
27
28 } /* namespace EMCalTriggerPtAnalysis */
29
30 #endif /* ALIEMCALTRIGGERPATCHANALYSISCOMPONENT_H */