5 #ifndef LARPHYSWAVEFROMSTDNTUPLE_H
6 #define LARPHYSWAVEFROMSTDNTUPLE_H
36 Gaudi::Property< unsigned int >
m_skipPoints{
this,
"SkipPoints", 0};
40 Gaudi::Property< std::vector<std::string> >
m_root_file_names{
this,
"FileNames", {},
"Input root file names" };
42 Gaudi::Property< std::string >
m_ntuple_name{
this,
"NtupleName",
"PhysWave"};
44 Gaudi::Property< std::string >
m_store_key{
this,
"StoreKey",
"FromStdNtuple",
"SG key to create"};
46 Gaudi::Property< std::string >
m_groupingType{
this,
"GroupingType",
"ExtendedFeedThrough",
"Which COOL channel grouping to use"};
48 Gaudi::Property< bool >
m_isSC{
this,
"isSC",
false,
"Running for SuperCells ?"};