29 #ifndef PNDFILENAMECREATOR_H 30 #define PNDFILENAMECREATOR_H 42 void SetFileName(std::string fileName) { fFileName = fileName; }
67 std::string fFileName;
73 std::string fExtTrackF;
74 std::string fExtIdealTrackF;
75 std::string fExtRiemann;
76 std::string fExtCombinedRiemann;
77 std::string fExtKalman;
78 std::string fExtVertex;
80 std::string TruncateFileName(
bool cut);
81 std::string TruncateInitial();
std::string GetRiemannFileName(std::string addon="", bool cut=false)
std::string GetParFileName(std::string addon="", bool cut=false)
std::string GetVertexFileName(std::string addon="", bool cut=false)
std::string GetDigiFileName(std::string addon="", bool cut=false)
std::string GetCombinedRiemannFileName(std::string addon="", bool cut=false)
void SetFileName(std::string fileName)
std::string GetSimFileName(std::string addon="", bool cut=false)
std::string GetIdealTrackFindingFileName(std::string addon="", bool cut=false)
std::string GetRecoFileName(std::string addon="", bool cut=false)
A simple class which adds the corresponding file extensions to a given base class.
std::string GetCustomFileName(std::string ext, std::string addon="", bool cut=false)
std::string GetTrackFindingFileName(std::string addon="", bool cut=false)
std::string GetCustomFileNameInitial(std::string ext)
std::string GetFileName() const
std::string GetKalmanFileName(std::string addon="", bool cut=false)
std::string GetPidFileName(std::string addon="", bool cut=false)