AliPhysics  6f6e1e7 (6f6e1e7)
AliAnalysisTaskEmcalIteratorTest.h
Go to the documentation of this file.
1 #ifndef ALIANALYSISTASKEMCALITERATORTEST_H
2 #define ALIANALYSISTASKEMCALITERATORTEST_H
3 /* Copyright(c) 1998-2016, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice */
5 
6 #include "AliAnalysisTaskEmcal.h"
7 #include <TString.h>
8 
9 class THistManager;
10 
45 public:
47  AliAnalysisTaskEmcalIteratorTest(const char *name);
49 
53 
54 protected:
55 
56  virtual void UserCreateOutputObjects();
57  virtual bool Run();
58 
63 
67 };
68 
69 #endif /* ALIANALYSISTASKEMCALITERATORTEST_H */
TString fNameMCParticleContainer
Name of the cluster container.
Base task in the EMCAL framework.
THistManager * fHistos
! Histogram manager
Unit test for the c++ stl iterators in the EMCAL containers.
TString fNameTrackContainer
Name of the MC particle container.
Container class for histograms.
Definition: THistManager.h:99