17 #ifndef PNDFILENAMECREATOR_H 18 #define PNDFILENAMECREATOR_H 30 void SetFileName(std::string fileName) { fFileName = fileName; }
55 std::string fFileName;
61 std::string fExtTrackF;
62 std::string fExtIdealTrackF;
63 std::string fExtRiemann;
64 std::string fExtCombinedRiemann;
65 std::string fExtKalman;
66 std::string fExtVertex;
68 std::string TruncateFileName(
bool cut);
69 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)