AliPhysics  88b7ad0 (88b7ad0)
AliDJetTHnReader.h
Go to the documentation of this file.
1 
15 #ifndef ALIDJETTHNREADER_H
16 #define ALIDJETTHNREADER_H
17 
18 /* Copyright(c) 1998-2017, ALICE Experiment at CERN, All rights reserved. *
19  * See cxx source for full Copyright notice */
20 
21 #include <TString.h>
22 
23 #include "AliDJetVReader.h"
24 
25 class TFile;
26 
35 public:
36 
38  AliDJetTHnReader(const AliDJetTHnReader &source);
39  virtual ~AliDJetTHnReader();
40 
42  void SetInputDirname(TString dirname) {fDirName = dirname ; }
43  void SetInputListname(TString listname) {fListName = listname ; }
44  void SetInputObjectname(TString objname) {fObjectName = objname ; }
45 
48 
49 protected:
50 
55  TFile *fFileInput ;
56 
57 private:
58  ClassDef(AliDJetTHnReader, 1);
59 };
60 
61 #endif
virtual ~AliDJetTHnReader()
const char * filename
Definition: TestFCM.C:1
Bool_t ExtractInputMassPlotSideband()
TString fListName
Name of input list.
Bool_t ExtractInputMassPlotEffScale()
Implementation of an abstract class to read the invariant mass histograms used to extract the raw yie...
Implementation of an abstract class to read the invariant mass histograms used to extract the raw yie...
void SetInputObjectname(TString objname)
TString fDirName
Name of input directory in the root file.
void SetInputDirname(TString dirname)
TString fObjectName
Name of input container to extract the mass plot.
Declaration of class AliDJetVReader.
TFile * fFileInput
!File containing the task output
bool Bool_t
Definition: External.C:53
void SetInputFilename(TString filename)
void SetInputListname(TString listname)
TString fFileNameInput
Name of input file.