|
ATLAS Offline Software
|
Go to the documentation of this file.
3 #ifndef FPGATrackSimDATAFLOWTOOL_H
4 #define FPGATrackSimDATAFLOWTOOL_H
7 #include "GaudiKernel/ServiceHandle.h"
8 #include "GaudiKernel/ITHistSvc.h"
36 std::vector<FPGATrackSimCluster>
const & clusters_1st,
37 const std::vector<std::shared_ptr<const FPGATrackSimRoad>> & roads_1st, std::vector<FPGATrackSimTrack>
const & tracks_1st,
38 const std::vector<std::shared_ptr<const FPGATrackSimRoad>> & roads_2nd, std::vector<FPGATrackSimTrack>
const & tracks_2nd);
52 void findAndReplaceAll(std::string &
data, std::string
const & toFind, std::string
const & replaceStr)
const;
54 double roundTo(
double const v,
int const nSigDigits)
const;
66 Gaudi::Property<bool>
m_runSecondStage {
this,
"RunSecondStage",
false,
"flag to enable running the second stage fitting"};
67 Gaudi::Property<std::string>
m_outputtag {
this,
"outputTag",
"",
"Extra string to use in output folder names - default none"};
68 Gaudi::Property<float>
m_cut_chi2ndof {
this,
"Chi2ndofCut", 40.,
"cut on Chi2 of FPGATrackSimTrack"};
97 #endif // FPGATrackSimDataFlowTool_h
char data[hepevt_bytes_allocation_ATLAS]
::StatusCode StatusCode
StatusCode definition for legacy code.