|
ATLAS Offline Software
|
Go to the documentation of this file.
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 ?"};
Gaudi::Property< unsigned int > m_prefixPoints
make a PhysWave with the first m_prefixPoints as zeros
~LArPhysWaveFromStdNtuple()
Gaudi::Property< std::string > m_ntuple_name
ntuple name
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_store_key
key of the PhysWave collection in Storegate
Gaudi::Property< std::string > m_groupingType
Grouping type. Default is Feedthrough.
LArPhysWaveFromStdNtuple(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< bool > m_isSC
is SC ?
Gaudi::Property< std::vector< std::string > > m_root_file_names
list of input ntuple file names
Gaudi::Property< unsigned int > m_skipPoints
the first m_skipPoints points of the waveform in the ntuple are skipped