|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTS_PHYSVAL_TOOL_H
6 #define ACTS_PHYSVAL_TOOL_H
29 const std::string&
name,
39 template<
typename external_collection_t>
43 float beamSpotWeight);
45 float beamSpotWeight);
47 float beamSpotWeight);
50 float beamSpotWeight);
52 float beamSpotWeight);
54 float beamSpotWeight);
61 "Key of input pixel clusters"};
63 "Key of input pixel clusters"};
65 "Key of input hgtd clusters"};
68 "Key of input pixel space points"};
70 "Key of input strip space points"};
72 "Key of input strip overlap space points"};
75 "Key of HGTD_DetectorElementCollection for HGTD"};
77 Gaudi::Property<bool>
m_doPixelClusters {
this,
"doPixelClusters",
false,
"Analyse Pixel Clusters"};
78 Gaudi::Property<bool>
m_doStripClusters {
this,
"doStripClusters",
false,
"Analyse Strip Clusters"};
79 Gaudi::Property<bool>
m_doHgtdClusters {
this,
"doHgtdClusters",
false,
"Analyse HGTD Clusters"};
80 Gaudi::Property<bool>
m_doPixelSpacePoints {
this,
"doPixelSpacePoints",
false,
"Analyse Pixel Space Points"};
81 Gaudi::Property<bool>
m_doStripSpacePoints {
this,
"doStripSpacePoints",
false,
"Analyse Strip Space Points"};
97 template<
typename external_collection_t>
100 std::vector<HistData>
hists = plot_collection->retrieveBookedHistograms();
105 plot_collection->initialize();
106 return StatusCode::SUCCESS;
Property holding a SG store/key/clid from which a ReadHandle is made.
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
::StatusCode StatusCode
StatusCode definition for legacy code.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...