8 #include <TreeManager.hxx> 23 DataSample(
const std::string& file,
double norm=0,
const std::string& cut=
"");
28 std::string GetCut()
const{
return _cut;}
32 Float_t GetNorm()
const{
return _norm;}
36 const std::string& GetSystGroup()
const {
return _systGroup;}
40 const std::string& GetSystOption()
const {
return _systOption;}
47 Int_t GetNEntries()
const{
return _nEntries;}
std::string _cut
An automatic cut to be applied to this sample (for example to select runs)
const std::string & GetFilePath()
returns the filePath
Float_t _norm
Special normalization for this sample (instead of POT in header)
Int_t _nEntries
The number of entries in this DataSample.
void SetCut(const std::string &cut)
Set and returns the cut to be applied to this sample.
std::string _systOption
Systematic option for this sample.
void SetNorm(Float_t norm)
Set and Get the special normalisation to be used for this sample.
void SetSystGroup(const std::string &systGroup)
Systematic group for this sample.
void SetNEntries(Int_t en)
Set and Get the special normalisation to be used for this sample.
std::string _systGroup
Systematic group for this sample.
std::string _filePath
The file path.
void SetSystOption(const std::string &systOption)
Systematic option for this sample.