|
ATLAS Offline Software
|
#include <IDPerfMonKshort.h>
|
enum | Interval_t {
file = 0,
eventsBlock,
lumiBlock,
lowStat,
medStat,
higStat,
run,
fill,
all
} |
| An enumeration describing how detailed a particular monitoring object is. More...
|
|
enum | MgmtAttr_t { ATTRIB_MANAGED = 0,
ATTRIB_UNMANAGED = 1,
ATTRIB_X_VS_LB = 2
} |
| An enumeration describing how the class handles the histogram. More...
|
|
|
| IDPerfMonKshort (const std::string &type, const std::string &name, const IInterface *parent) |
|
virtual | ~IDPerfMonKshort () |
|
virtual StatusCode | initialize () |
|
virtual StatusCode | bookHistograms () |
| An inheriting class should either override this function or bookHists(). More...
|
|
virtual StatusCode | fillHistograms () |
| An inheriting class should either override this function or fillHists(). More...
|
|
virtual StatusCode | procHistograms () |
| An inheriting class should either override this function or finalHists(). More...
|
|
void | RegisterHisto (MonGroup &mon, TH1 *histo) |
|
void | RegisterHisto (MonGroup &mon, TProfile *histo) |
|
void | RegisterHisto (MonGroup &mon, TGraph *graph) |
|
virtual StreamNameFcn * | streamNameFunction () |
| Returns the function object that converts logical paramters into a physical stream name. More...
|
|
virtual StatusCode | bookHists () |
| Calls bookHists( true, true, true ) and initializes lumiBlock and run numbers. More...
|
|
virtual StatusCode | fillHists () |
| Calls fillHists( bool, bool, bool ); if an eventBlock,lumiBlock, or run has turned over, calls procHists( bool, bool, bool ) and bookHists( bool, bool, bool ). More...
|
|
virtual StatusCode | finalHists () |
| Calls procHists( true, true, true ). More...
|
|
virtual StatusCode | bookHistogramsRecurrent () |
| An inheriting class should either override this function, bookHists() or bookHistograms(). More...
|
|
virtual void | setMonManager (AthenaMonManager *manager) |
| Takes a pointer to a managing object to get information from it when needed. More...
|
|
virtual StatusCode | regHist (TH1 *h, const std::string &system, Interval_t interval, MgmtAttr_t histo_mgmt=ATTRIB_MANAGED, const std::string &chain="", const std::string &merge="") |
| Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram. More...
|
|
virtual StatusCode | regHist (TH1 *h, const MonGroup &group) |
| Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram. More...
|
|
virtual StatusCode | getHist (TH1 *&h, const std::string &hName, const std::string &system, Interval_t interval) |
| Returns a TH1 via the pointer passed as the first argument. More...
|
|
virtual StatusCode | getHist (TH1 *&h, const std::string &hName, const MonGroup &group) |
| Returns a TH1 via the pointer passed as the first argument. More...
|
|
virtual StatusCode | getHist (TH2 *&h, const std::string &hName, const std::string &system, Interval_t interval) |
| Returns a TH2 via the pointer passed as the first argument. More...
|
|
virtual StatusCode | getHist (TH2 *&h, const std::string &hName, const MonGroup &group) |
| Returns a TH2 via the pointer passed as the first argument. More...
|
|
virtual StatusCode | regEfficiency (TEfficiency *e, const MonGroup &group) |
| Registers a TEfficiency to be included in the output stream using logical parameters that describe the plot. More...
|
|
virtual StatusCode | regGraph (TGraph *g, const std::string &system, Interval_t interval, MgmtAttr_t histo_mgmt=ATTRIB_MANAGED, const std::string &chain="", const std::string &merge="") |
| Registers a TGraph to be included in the output stream using logical parameters that describe the graph. More...
|
|
virtual StatusCode | regGraph (TGraph *g, const MonGroup &group) |
| Registers a TGraph to be included in the output stream using logical parameters that describe the graph. More...
|
|
virtual StatusCode | regTree (TTree *t, const std::string &system, Interval_t interval, MgmtAttr_t histo_mgmt=ATTRIB_MANAGED, const std::string &chain="", const std::string &merge="") |
| Registers a TTree to be included in the output stream using logical parameters that describe it. More...
|
|
virtual StatusCode | regTree (TTree *t, const MonGroup &group) |
| Registers a TTree to be included in the output stream using logical parameters that describe it. More...
|
|
virtual StatusCode | writeAndDelete (TH1 *h, const MonGroup &group) |
| Write out histogram and delete it. More...
|
|
virtual StatusCode | deregHist (TH1 *h) |
| De-registers a TH1 from the THistSvc, but does NOT delete the object. More...
|
|
virtual StatusCode | deregGraph (TGraph *g) |
| De-registers a TGraph from the THistSvc, but does NOT delete the object. More...
|
|
virtual StatusCode | deregObject (const std::string &objName, const std::string &system, Interval_t interval) |
| De-registers a TObject from the THistSvc, but does NOT delete the object. More...
|
|
virtual StatusCode | deregObject (const std::string &objName, const MonGroup &group) |
| De-registers a TObject from the THistSvc, but does NOT delete the object. More...
|
|
virtual StatusCode | setupOutputStreams (std::vector< std::string > Mapping=std::vector< std::string >()) |
| This implementation does nothing—streams in this class should be managed by the AthenaMonManager. More...
|
|
virtual StatusCode | runStat () |
| This implementation does nothing; equivalent functionality may be provided by procHists( true, true, true ). More...
|
|
virtual StatusCode | checkHists (bool calledFromFinalize) |
| This implementation does nothing; equivalent functionality may be provided by procHists(...) with appropriate arguments. More...
|
|
virtual bool | preSelector () |
|
virtual float | lbAverageInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Average mu, i.e. More...
|
|
virtual float | lbInteractionsPerCrossing (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Instantaneous number of interactions, i.e. More...
|
|
virtual float | lbAverageLuminosity (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1) More...
|
|
virtual float | lbLuminosityPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Instantaneous luminosity. More...
|
|
virtual double | lbDuration (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Luminosity block time (in seconds) More...
|
|
virtual float | lbAverageLivefraction (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Average luminosity livefraction. More...
|
|
virtual float | livefractionPerBCID (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Livefraction per bunch crossing ID. More...
|
|
virtual double | lbLumiWeight (const EventContext &ctx=Gaudi::Hive::currentContext()) const |
| Average Integrated Luminosity Live Fraction. More...
|
|
| MMTB_DEPRECATED (newLowStatInterval) |
|
| MMTB_DEPRECATED (newMedStatInterval) |
|
| MMTB_DEPRECATED (newHigStatInterval) |
|
| MMTB_DEPRECATED (newLowStat) |
|
| MMTB_DEPRECATED (newLumiBlock) |
|
| MMTB_DEPRECATED (newRun) |
|
| MMTB_DEPRECATED (newEventsBlock) |
|
| MMTB_DEPRECATED (endOfEventsBlock) |
|
| MMTB_DEPRECATED (endOfLowStat) |
|
| MMTB_DEPRECATED (endOfLumiBlock) |
|
| MMTB_DEPRECATED (endOfRun) |
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysInitialize () override |
| Perform system initialization for an algorithm. More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
StatusCode | regManagedHistograms (std::vector< MgmtParams< TH1 > > &templateHistograms) |
|
StatusCode | regManagedGraphs (std::vector< MgmtParams< TGraph > > &templateGraphs) |
|
StatusCode | regManagedTrees (std::vector< MgmtParams< TTree > > &templateTrees) |
|
StatusCode | regManagedEfficiencies (std::vector< MgmtParams< TEfficiency > > &templateEfficiencies) |
|
StatusCode | parseList (const std::string &, std::vector< std::string > &) |
|
void | updateTriggersForGroups (std::vector< std::string > &) |
|
StatusCode | registerMetadata (const std::string &streamName, const std::string &hName, const MonGroup &group) |
|
StatusCode | THistSvc_deReg_fixTGraph (TFile *file, TGraph *theGraph, std::string &directoryName) |
| Fixes THistSvc->deReg(obj) when obj is TGraph instance. More...
|
|
unsigned int | get_nEvents () const |
|
long | get_procNEventsProp () const |
|
virtual bool | trigChainsArePassed (std::vector< std::string > &) |
|
virtual StreamNameFcn * | getNewStreamNameFcn () const |
|
bool | newLowStatIntervalFlag () const |
| Flag functions allowing clients to determine when to book new and process old histograms; values are updated by fillHists() based on counting lumiBlocks, and are correctly set when fillHistograms(), bookHistograms() and procHistograms() are called. More...
|
|
bool | newMedStatIntervalFlag () const |
|
bool | newHigStatIntervalFlag () const |
|
bool | newLowStatFlag () const |
|
bool | newLumiBlockFlag () const |
|
bool | newRunFlag () const |
|
bool | newEventsBlockFlag () const |
|
bool | endOfEventsBlockFlag () const |
|
bool | endOfLowStatFlag () const |
|
bool | endOfLumiBlockFlag () const |
|
bool | endOfRunFlag () const |
|
void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution More...
|
|
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > | renounce (T &h) |
|
void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
| Add StoreName to extra input/output deps as needed. More...
|
|
|
int | m_histosBooked {} |
|
TH1F * | m_mass {} |
|
TH1F * | m_mass_scaled {} |
|
TH2F * | m_massVsPhi {} |
|
TH1F * | m_radius {} |
|
TH1F * | m_radius_secVertices {} |
|
TH1F * | m_radius_secVertices_sel {} |
|
TH2F * | m_radiusVsZ_secVertex {} |
|
TH2F * | m_radiusVsZ_secVertex_sel {} |
|
TH2F * | m_YVsX_secVertex {} |
|
TH2F * | m_YVsX_secVertex_sel {} |
|
TH2F * | m_radiusVsZ_secVertex_Ks {} |
|
TH2F * | m_YVsX_secVertex_Ks {} |
|
TH2F * | m_YVsX_primVertex {} |
|
TH2F * | m_XVsZ_primVertex {} |
|
TH2F * | m_YVsZ_primVertex {} |
|
TH2F * | m_YVsX_primVertex_Ks {} |
|
TH2F * | m_XVsZ_primVertex_Ks {} |
|
TH2F * | m_YVsZ_primVertex_Ks {} |
|
TH1F * | m_pt {} |
|
TH1F * | m_eta {} |
|
TH1F * | m_phi {} |
|
TH1F * | m_massVersusPt {} |
|
TH1F * | m_widthVersusPt {} |
|
TH1F * | m_massVersusRadius {} |
|
TH1F * | m_widthVersusRadius {} |
|
TH1F * | m_massVersusEta {} |
|
TH1F * | m_widthVersusEta {} |
|
TH1F * | m_massVersusPhi {} |
|
TH1F * | m_widthVersusPhi {} |
|
TH1F * | m_massVersusCurvatureDiff {} |
|
TH1F * | m_widthVersusCurvatureDiff {} |
|
TH1F * | m_massVersusPt_merged {} |
|
TH1F * | m_widthVersusPt_merged {} |
|
TH1F * | m_massVersusRadius_merged {} |
|
TH1F * | m_widthVersusRadius_merged {} |
|
TH1F * | m_massVersusEta_merged {} |
|
TH1F * | m_widthVersusEta_merged {} |
|
TH1F * | m_massVersusPhi_merged {} |
|
TH1F * | m_widthVersusPhi_merged {} |
|
TH1F * | m_massVersusCurvatureDiff_merged {} |
|
TH1F * | m_widthVersusCurvatureDiff_merged {} |
|
TH1F * | m_massVPtBinHistos [m_nBinsPt] ={0} |
|
TH1F * | m_massVEtaBinHistos [10] ={0} |
|
TH1F * | m_massVPhiBinHistos [10] ={0} |
|
TH1F * | m_massVCurvatureDiffBinHistos [6] ={0} |
|
TH1F * | m_massVRadiusBinHistos [m_nBinsRadius] ={0} |
|
TH1F * | m_massVPtBinFittedHistos [m_nFittedBinsPt] ={0} |
|
TH1F * | m_massVRadiusBinFittedHistos [m_nFittedBinsRadius] ={0} |
|
TH1F * | m_Nevents {} |
|
std::map< Interval_t, std::vector< MgmtParams< TH1 > > > | m_templateHistograms |
|
std::map< Interval_t, std::vector< MgmtParams< TGraph > > > | m_templateGraphs |
|
std::map< Interval_t, std::vector< MgmtParams< TTree > > > | m_templateTrees |
|
std::map< Interval_t, std::vector< MgmtParams< TEfficiency > > > | m_templateEfficiencies |
|
std::vector< std::string > | m_vTrigChainNames |
|
std::vector< std::string > | m_vTrigGroupNames |
|
MDMap_t | m_metadataMap |
|
AthenaMonManager * | m_manager |
|
std::string | m_managerNameProp |
|
std::string | m_fileKey |
|
std::string | m_dataTypeStr |
|
std::string | m_environmentStr |
|
unsigned int | m_detailLevel |
|
AthenaMonManager::DataType_t | m_dataType |
|
AthenaMonManager::Environment_t | m_environment |
|
StreamNameFcn * | m_streamNameFcn |
|
ServiceHandle< ITHistSvc > | m_THistSvc |
|
PublicToolHandle< Trig::ITrigDecisionTool > | m_trigDecTool {this, "TrigDecisionTool",""} |
|
PublicToolHandle< ITriggerTranslatorTool > | m_trigTranslator {this,"TriggerTranslatorTool",""} |
|
ToolHandleArray< IDQFilterTool > | m_DQFilterTools {this,"FilterTools",{}} |
|
long | m_procNEventsProp |
|
std::string | m_path |
|
long | m_preScaleProp |
|
std::string | m_triggerChainProp |
|
std::string | m_triggerGroupProp |
|
bool | m_useTrigger |
|
unsigned int | m_lastLumiBlock |
|
unsigned int | m_lastRun |
|
int | m_lastLowStatInterval |
|
int | m_lastMedStatInterval |
|
int | m_lastHigStatInterval |
|
unsigned int | m_nEvents |
|
unsigned int | m_nEventsIgnoreTrigger |
|
unsigned int | m_nLumiBlocks |
|
bool | m_haveClearedLastEventBlock |
|
Definition at line 19 of file IDPerfMonKshort.h.
◆ MDMap_t
◆ StoreGateSvc_t
◆ Interval_t
An enumeration describing how detailed a particular monitoring object is.
summary: used to summarize the state of the system
runstat: same as summary
shift: used to flag potential problems
expert: essential for diagnosing problems identified by shift-level objects
debug: useful for standalone debugging, but not for routine monitoring; not essential for diagnosing problems during normal running
transient: too detailed to ever be written; always summarized by the user by means of another object An enumeration describing the interval over which a particular monitoring object is filled (i.e., interval over which the method Fill(...) is called). This information may be stored with the monitoring object if an application is only able to partially fill the object (i.e., a job sees only part of a run or fill). This information may be ignored in some running Environments. The 'fill' interval corresponds to a fill of the LHC. The 'all' interval corresponds to all available data. The 'lumiBlock' and 'fill' intervals are only valid for the 'collisions' DataType_t.
Enumerator |
---|
file | |
eventsBlock | |
lumiBlock | |
lowStat | |
medStat | |
higStat | |
run | |
fill | |
all | |
Definition at line 113 of file ManagedMonitorToolBase.h.
◆ MgmtAttr_t
An enumeration describing how the class handles the histogram.
attrib_unmanaged: histograms with this attribute will not be rebooked automatically and must be managed by the user code.
attrib_x_is_lb: indicates that the x-axis of the histogram is the luminosity block number and that the histogram should be rebooked as necessary if the current LB exceeds the range.
Enumerator |
---|
ATTRIB_MANAGED | |
ATTRIB_UNMANAGED | |
ATTRIB_X_VS_LB | |
Definition at line 130 of file ManagedMonitorToolBase.h.
◆ IDPerfMonKshort()
IDPerfMonKshort::IDPerfMonKshort |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~IDPerfMonKshort()
IDPerfMonKshort::~IDPerfMonKshort |
( |
| ) |
|
|
virtual |
◆ bookHistograms()
StatusCode IDPerfMonKshort::bookHistograms |
( |
| ) |
|
|
virtual |
An inheriting class should either override this function or bookHists().
Reimplemented from ManagedMonitorToolBase.
Definition at line 107 of file IDPerfMonKshort.cxx.
137 Double_t phiBins[10]{};
139 Double_t curvatureDiffBins[6]{};
142 sequentialFill(curvatureDiffBins,
std::end(curvatureDiffBins), -0.001,0.0004);
143 m_mass =
new TH1F(
"ks_mass",
"Invariant mass of K^{0}_{S} candidate", 60, 0.45, 0.55);
144 m_mass->SetYTitle(
"K^{0}_{S} Candidates");
145 m_mass->SetXTitle(
"Mass (Gev / c^{2})");
146 m_mass->SetMarkerStyle(20);
149 m_mass_scaled =
new TH1F(
"ks_mass_scaled",
"Invariant mass of K^{0}_{S} candidate scaled to per event", 60, 0.45, 0.55);
156 m_massVsPhi =
new TH2F(
"ks_massVsPhi",
"Invariant mass - world average of K^{0}_{S} candidate", 10, (-1.0*
M_PI),
M_PI, 50, -.5, .5);
158 m_massVsPhi->SetYTitle(
"Mass (Gev / c^{2}) - World Average [MeV]");
161 m_pt =
new TH1F(
"ks_pt",
"p_{T} of K^{0}_{S} candidate", 100, 0., 10.);
162 m_pt->SetYTitle(
"K^{0}_{S} Candidates");
163 m_pt->SetXTitle(
"p_{T} (Gev / c)");
164 m_pt->SetMarkerStyle(20);
167 m_radiusVsZ_secVertex =
new TH2F(
"secVertex_radiusVsZ",
"all sec.vertices (reco);z [mm];Decay radius [mm]",180, -600., 600.,180.,0.,180.);
170 m_YVsX_secVertex =
new TH2F(
"secVertex_YVsX",
"all sec. vertices (reco);x [mm];y [mm]",200, -150.,150., 200, -150., 150.);
173 m_radiusVsZ_secVertex_sel =
new TH2F(
"secVertex_radiusVsZ_sel",
"all sec.vertices (reco);z [mm];Decay radius [mm]",180, -600., 600.,180.,0.,180.);
176 m_YVsX_secVertex_sel =
new TH2F(
"secVertex_YVsX_sel",
"all sec. vertices (reco);x [mm];y [mm]",200, -150.,150., 200, -150., 150.);
179 m_radiusVsZ_secVertex_Ks =
new TH2F(
"secVertex_radiusVsZ_Ks",
"sec.vertices (reco) of K^{0}_{S} candidates;z [mm];Decay radius [mm]",180, -600., 600.,180.,0.,180.);
182 m_YVsX_secVertex_Ks =
new TH2F(
"secVertex_YVsX_Ks",
"sec. vertices (reco) of K^{0}_{S} candidates;x [mm];y [mm]",200, -150.,150., 200, -150., 150.);
191 m_YVsX_primVertex =
new TH2F(
"primVertex_YVsX",
"all primary vertices (reco);PV x [mm];PV y [mm]",300, -1.5,1.5, 300, -1.5, 1.5);
194 m_XVsZ_primVertex =
new TH2F(
"primVertex_XVsZ",
"all primary vertices (reco);PV z [mm];PV x [mm]",200, -350.,350, 300, -1.5, 1.5);
197 m_YVsZ_primVertex =
new TH2F(
"primVertex_YVsZ",
"all primary vertices (reco);PV z [mm];PV y [mm]",200, -350.,350., 100, -1.5, 1.5);
200 m_YVsX_primVertex_Ks =
new TH2F(
"primVertex_YVsX_Ks",
"all primary vertices (reco);PV x [mm];PV y [mm]",300, -1.5,1.5, 300, -1.5, 1.5);
203 m_XVsZ_primVertex_Ks =
new TH2F(
"primVertex_XVsZ_Ks",
"all primary vertices (reco);PV z [mm];PV x [mm]",200, -350.,350, 300, -1.5, 1.5);
206 m_YVsZ_primVertex_Ks =
new TH2F(
"primVertex_YVsZ_Ks",
"all primary vertices (reco);PV z [mm];PV y [mm]",200, -350.,350., 100, -1.5, 1.5);
209 m_radius =
new TH1F(
"ks_radius",
"Decay radius of K^{0}_{S} candidate", 100, 0., 300.);
210 m_radius->SetYTitle(
"K^{0}_{S} Candidates");
211 m_radius->SetXTitle(
"Decay Radius (mm)");
216 m_eta =
new TH1F(
"ks_eta",
"#eta of K^{0}_{S} candidate", 10, -2.5, 2.5);
217 m_eta->SetYTitle(
"K^{0}_{S} Candidates");
218 m_eta->SetXTitle(
"#eta");
219 m_eta->SetMarkerStyle(20);
221 m_phi =
new TH1F(
"ks_phi",
"#phi of K^{0}_{S} candidate", 10, (-1.0*
M_PI),
M_PI);
222 m_phi->SetYTitle(
"K^{0}_{S} Candidates");
223 m_phi->SetXTitle(
"#phi");
224 m_phi->SetMarkerStyle(20);
228 auto quickSet=[](
TH1F *
h){
229 h->SetXTitle(
"Mass (Gev / c^{2})");
230 h->SetYTitle(
"K^{0}_{S} Candidates");
231 h->SetMarkerStyle(20);
235 for(
int quickInit=0;quickInit<
m_nBinsPt;quickInit++) {
236 TString tempName =
"MassVptBin";
237 TString tempTitle =
"Mass, p_{T} = ";
238 tempName += quickInit;
239 tempTitle += ((Double_t)((quickInit*100)+500))/1000;
247 TString tempName =
"MassVptBinFitted";
248 TString tempTitle =
"Fitted Mass, p_{T} = ";
249 tempName += quickInit;
250 tempTitle += ptBins[quickInit];
257 TString tempName =
"MassVradiusBin";
258 TString tempTitle =
"Mass, Decay Radius = ";
259 tempName += quickInit;
260 tempTitle += quickInit*10;
267 TString tempName =
"MassVradiusBinFitted";
268 TString tempTitle =
"Fitted Mass, Decay Radius = ";
269 tempName += quickInit;
270 tempTitle += radiusBins[quickInit];
276 for(
int quickInit=0;quickInit<10;quickInit++) {
277 TString tempName =
"MassVEtaBin";
278 TString tempTitle =
"Mass, #eta = ";
279 tempName += quickInit;
280 tempTitle +=
etaBins[quickInit];
285 tempName =
"MassVPhiBin";
286 tempTitle =
"Mass, #phi = ";
287 tempName += quickInit;
288 tempTitle += ((Double_t)((Int_t)(phiBins[quickInit]*100)))/100;
294 for(
int quickInit=0;quickInit<6;quickInit++) {
295 TString tempName =
"MassVCurvatureDiffBin";
296 TString tempTitle =
"Mass, CurvatureDiff = ";
297 tempName += quickInit;
298 tempTitle += curvatureDiffBins[quickInit];
326 m_Nevents =
new TH1F(
"Nevents",
"Number of events processed",1,-.5,.5);
337 return StatusCode::SUCCESS;
◆ bookHistogramsRecurrent()
StatusCode ManagedMonitorToolBase::bookHistogramsRecurrent |
( |
| ) |
|
|
virtualinherited |
◆ bookHists()
StatusCode ManagedMonitorToolBase::bookHists |
( |
| ) |
|
|
virtualinherited |
◆ checkHists()
StatusCode ManagedMonitorToolBase::checkHists |
( |
bool |
calledFromFinalize | ) |
|
|
virtualinherited |
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ deregGraph()
StatusCode ManagedMonitorToolBase::deregGraph |
( |
TGraph * |
g | ) |
|
|
virtualinherited |
◆ deregHist()
StatusCode ManagedMonitorToolBase::deregHist |
( |
TH1 * |
h | ) |
|
|
virtualinherited |
◆ deregObject() [1/2]
StatusCode ManagedMonitorToolBase::deregObject |
( |
const std::string & |
objName, |
|
|
const MonGroup & |
group |
|
) |
| |
|
virtualinherited |
De-registers a TObject from the THistSvc, but does NOT delete the object.
(NB: LightWeight histograms are not even registered until readout).
Definition at line 1643 of file ManagedMonitorToolBase.cxx.
◆ deregObject() [2/2]
StatusCode ManagedMonitorToolBase::deregObject |
( |
const std::string & |
objName, |
|
|
const std::string & |
system, |
|
|
Interval_t |
interval |
|
) |
| |
|
virtualinherited |
De-registers a TObject from the THistSvc, but does NOT delete the object.
(NB: LightWeight histograms are not even registered until readout).
Definition at line 1633 of file ManagedMonitorToolBase.cxx.
◆ detStore()
◆ endOfEventsBlockFlag()
bool ManagedMonitorToolBase::endOfEventsBlockFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ endOfLowStatFlag()
bool ManagedMonitorToolBase::endOfLowStatFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ endOfLumiBlockFlag()
bool ManagedMonitorToolBase::endOfLumiBlockFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ endOfRunFlag()
bool ManagedMonitorToolBase::endOfRunFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ fillHistograms()
StatusCode IDPerfMonKshort::fillHistograms |
( |
| ) |
|
|
virtual |
An inheriting class should either override this function or fillHists().
Reimplemented from ManagedMonitorToolBase.
Definition at line 366 of file IDPerfMonKshort.cxx.
371 if (
sc.isFailure()) {
373 return StatusCode::SUCCESS;
382 return StatusCode::FAILURE;
389 return StatusCode::SUCCESS;
397 return StatusCode::FAILURE;
404 return StatusCode::SUCCESS;
408 double ksMassPDG = 497.648;
411 ATH_MSG_DEBUG(
"@todo >> V0UnconstrVerices container size >> " << SecVxContainer->size());
413 std::array<float, 5> curvatureBinning{};
414 sequentialFill(curvatureBinning.begin(), curvatureBinning.end(),-0.0008, 0.0004);
416 std::array<double,10> ksPhiBinning{};
417 sequentialFill(ksPhiBinning.begin(), ksPhiBinning.end(), -
M_PI,
M_PI * 0.2);
419 std::array<double,10> ksEtaBinning{};
420 sequentialFill(ksEtaBinning.begin(), ksEtaBinning.end(),-2.5, 0.5);
422 std::array<double,4> ksPtBinning{1600,2100, 2800,3900};
424 std::array<double,6> radiusBinning{30,40, 60,80,100,140};
426 for (
const auto* secVx_elem : *SecVxContainer) {
433 double ksMass = Kshort_massAcc(*secVx_elem);
434 double ksPt = pTAcc(*secVx_elem);
435 double ksPx = pxAcc(*secVx_elem);
436 double ksPy = pyAcc(*secVx_elem);
437 double ksPz = pzAcc(*secVx_elem);
438 ATH_MSG_DEBUG(
" mass : "<<ksMass <<
" pt : "<< ksPt <<
" px : "<< ksPx <<
" py : "<< ksPy <<
" pz : "<< ksPz);
439 CLHEP::Hep3Vector ksMomentumVector = CLHEP::Hep3Vector(ksPx,ksPy,ksPz);
440 double ksMomentum = ksMomentumVector.mag();
441 double transverseFlightDistance, totalFlightDistance;
443 const auto & secVxPosition(secVx_elem->position());
447 const auto & position (primaryVertex->
position());
452 auto vert = secVx_elem->position()-primaryVertex->
position();
453 double dx = vert.x();
454 double dy = vert.y();
457 transverseFlightDistance =dxy;
461 ATH_MSG_DEBUG(
"dx : "<<
dx<<
" dy: "<<
dy<<
" dxy: "<<dxy<<
"flight distance (total): "<<totalFlightDistance);
464 transverseFlightDistance = secVxPosition.perp();
466 totalFlightDistance =
vertex.mag();
472 double flightX = flightVector.x();
473 double flightY = flightVector.y();
474 double cosThetaPointing = (ksPx*flightX+ksPy*flightY)/std::sqrt(ksPx*ksPx+ksPy*ksPy)/std::sqrt(flightX*flightX+flightY*flightY);
475 int trackPos_nSVTHits = 0;
476 int trackNeg_nSVTHits = 0;
477 double trackPos_d0 = 0;
478 double trackPos_d0_wrtPV = 0;
479 double trackNeg_d0 = 0;
480 double trackNeg_d0_wrtPV = 0;
485 ntrk = secVx_elem->nTrackParticles();
486 ATH_MSG_DEBUG(
"track particles associated to vertex : "<<ntrk );
488 auto tpLinks = secVx_elem->trackParticleLinks();
489 for (
const auto& link: tpLinks){
490 Info(
"execute()",
"V0: TP link = %d %s ", link.isValid(), link.dataID().c_str() );
493 if( (*link)->charge() > 0. ) {
497 else if( (*link)->charge() < 0. ){
503 if(trackPos!=
nullptr) {
506 trackPos_d0 = trackPos->d0();
512 if(trackNeg!=
nullptr) {
515 trackNeg_d0 = trackNeg->d0();
516 trackNeg_d0_wrtPV = trackNeg->d0() - (primaryVertex->
position().y()*
cos(trackNeg->phi0()) - primaryVertex->
position().x()*
sin(trackNeg->phi0()));
518 int selectorValue = 0;
519 ATH_MSG_DEBUG(
"ksTau = " << properDecayTime <<
" Lxy = " <<transverseFlightDistance<<
" cosTheta = " << cosThetaPointing );
520 ATH_MSG_DEBUG(
"trackPos nSVThits = " << trackPos_nSVTHits <<
" trackNeg nSVThits = " << trackNeg_nSVTHits );
523 double secVertex_radius = RxyAcc(*secVx_elem);
524 ATH_MSG_DEBUG(
"secondary vertex radius : " << secVertex_radius);
529 ATH_MSG_DEBUG(
"trackneg d0 : " << trackNeg_d0 <<
" trackpos d0 : "<< trackPos_d0);
530 ATH_MSG_DEBUG(
"trackneg d0 (PV): " << trackNeg_d0_wrtPV <<
" trackpos d0 (PV) : "<< trackPos_d0_wrtPV);
531 if(secVx_elem->chiSquared()/secVx_elem->numberDoF() < 4.5
533 && abs(trackNeg_d0_wrtPV) > 5.
534 && abs(trackPos_d0_wrtPV) > 5.
535 && trackPos_nSVTHits > 2
536 && trackNeg_nSVTHits > 2
537 && secVertex_radius > 20.
547 && properDecayTime > 0.004
548 && transverseFlightDistance > 12.
549 && cosThetaPointing > 0.998
550 && ksMass>400.&&ksMass<600.
551 && trackPos_nSVTHits > 2 && trackNeg_nSVTHits > 2
553 if(selectorValue != 1)
continue;
559 m_mass->Fill(ksMass*0.001);
560 double ksEta = ksMomentumVector.pseudoRapidity();
561 double ksPhi = ksMomentumVector.phi();
562 double piPlusPt = trackPos->p4().Perp();
563 double piMinusPt = trackNeg->p4().Perp();
565 m_pt->Fill(ksPt*0.001);
568 Float_t curvatureDiff = (1./(piPlusPt)) - (1./(piMinusPt));
569 const auto fillValue(ksMass*0.001);
570 auto curvatureIdx = findLevel(curvatureBinning.begin(), curvatureBinning.end(),curvatureDiff);
573 auto ksPhiIdx = findLevel(ksPhiBinning.begin(), ksPhiBinning.end(), ksPhi, std::less_equal<double>());
576 if (ksEta>=-2.5 and ksEta<2.5){
577 auto ksEtaIdx = findLevel(ksEtaBinning.begin(), ksEtaBinning.end(), ksEta, std::less_equal<double>());
581 auto ksPtIdx = findLevel(ksPtBinning.begin(), ksPtBinning.end(), ksPt, std::less_equal<double>());
585 if (ksPt<500) ksPt = 500;
586 if (ksPt>5000) ksPt=5000;
587 Int_t quickBin = (Int_t)ksPt;
588 quickBin -= quickBin%100;
592 double radius = RxyAcc(*secVx_elem);
595 auto radiusIdx = findLevel(radiusBinning.begin(), radiusBinning.end(),
radius, std::less_equal<double>());
599 Int_t radiusTemp = (Int_t)
radius;
600 radiusTemp -= radiusTemp%10;
603 return StatusCode::SUCCESS;
◆ fillHists()
StatusCode ManagedMonitorToolBase::fillHists |
( |
| ) |
|
|
virtualinherited |
Calls fillHists( bool, bool, bool ); if an eventBlock,lumiBlock, or run has turned over, calls procHists( bool, bool, bool ) and bookHists( bool, bool, bool ).
Implements IMonitorToolBase.
Reimplemented in TileRawChannelMonTool, and TileDigitsMonTool.
Definition at line 740 of file ManagedMonitorToolBase.cxx.
746 msg(MSG::WARNING) <<
"ManagedMonitorToolBase::initialize() never called from reimplementation!" <<
endmsg;
757 newLumiBlock =
false;
763 newLowStatInterval =
false;
764 newMedStatInterval =
false;
765 newHigStatInterval =
false;
778 isNewEventsBlock =
true;
793 if( LBsLowStat*LBsMedStat*LBsHigStat == 0) {
794 msg(MSG::WARNING) <<
"zero LBs requested for interval" <<
endmsg;
846 std::vector<Interval_t> intervals_to_process;
851 for (
const auto interval: intervals_to_process) {
863 it.m_templateHist->LabelsInflate(
"X");
870 TH1* passedHist =
it.m_templateHist->GetCopyPassedHisto();
871 TH1* totalHist =
it.m_templateHist->GetCopyTotalHisto();
874 passedHist->LabelsInflate(
"X");
875 totalHist->LabelsInflate(
"X");
880 it.m_templateHist->SetPassedHistogram(*passedHist,
"f");
881 it.m_templateHist->SetTotalHistogram(*totalHist,
" ");
889 streamname->updateRunLB();
899 bool filterresult(
true);
902 for (; filterresult && (ifilter != filterend);
904 filterresult = (filterresult && (*ifilter)->accept());
934 if( LBsLowStat*LBsMedStat*LBsHigStat > 0) {
942 return StatusCode::SUCCESS;
◆ finalHists()
StatusCode ManagedMonitorToolBase::finalHists |
( |
| ) |
|
|
virtualinherited |
◆ get_nEvents()
unsigned int ManagedMonitorToolBase::get_nEvents |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ get_procNEventsProp()
long ManagedMonitorToolBase::get_procNEventsProp |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ getHist() [1/4]
StatusCode ManagedMonitorToolBase::getHist |
( |
TH1 *& |
h, |
|
|
const std::string & |
hName, |
|
|
const MonGroup & |
group |
|
) |
| |
|
virtualinherited |
Returns a TH1 via the pointer passed as the first argument.
The histogram name, without the leading path or stream name, must be given as the second argument.
Definition at line 1419 of file ManagedMonitorToolBase.cxx.
◆ getHist() [2/4]
StatusCode ManagedMonitorToolBase::getHist |
( |
TH1 *& |
h, |
|
|
const std::string & |
hName, |
|
|
const std::string & |
system, |
|
|
Interval_t |
interval |
|
) |
| |
|
virtualinherited |
Returns a TH1 via the pointer passed as the first argument.
The histogram name, without the leading path or stream name, must be given as the second argument.
Definition at line 1409 of file ManagedMonitorToolBase.cxx.
◆ getHist() [3/4]
StatusCode ManagedMonitorToolBase::getHist |
( |
TH2 *& |
h, |
|
|
const std::string & |
hName, |
|
|
const MonGroup & |
group |
|
) |
| |
|
virtualinherited |
Returns a TH2 via the pointer passed as the first argument.
The histogram name, without the leading path or stream name, must be given as the second argument.
Definition at line 1438 of file ManagedMonitorToolBase.cxx.
◆ getHist() [4/4]
StatusCode ManagedMonitorToolBase::getHist |
( |
TH2 *& |
h, |
|
|
const std::string & |
hName, |
|
|
const std::string & |
system, |
|
|
Interval_t |
interval |
|
) |
| |
|
virtualinherited |
Returns a TH2 via the pointer passed as the first argument.
The histogram name, without the leading path or stream name, must be given as the second argument.
Definition at line 1428 of file ManagedMonitorToolBase.cxx.
◆ getNewStreamNameFcn()
|
protectedvirtualinherited |
Definition at line 2157 of file ManagedMonitorToolBase.cxx.
2160 StreamNameFcn* fcn(0);
2164 fcn =
new NoOutputStream();
2167 fcn =
new OnlineStream();
◆ initialize()
StatusCode IDPerfMonKshort::initialize |
( |
| ) |
|
|
virtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ interfaceID()
static const InterfaceID& IMonitorToolBase::interfaceID |
( |
| ) |
|
|
inlinestaticinherited |
◆ intervalEnumToString()
std::string ManagedMonitorToolBase::intervalEnumToString |
( |
Interval_t |
interval | ) |
|
|
staticinherited |
Converts a LevelOfDetail_t to a string of the same name.
Converts a string to the corresponding LevelOfDetail_t. Converts a Interval_t to a string of the same name.
Definition at line 536 of file ManagedMonitorToolBase.cxx.
539 std::string
str(
"file");
◆ intervalStringToEnum()
Converts a string to the corresponding Interval_t.
Definition at line 578 of file ManagedMonitorToolBase.cxx.
581 std::string lcstr( strToLower(
str) );
585 else if( lcstr ==
"fill" )
587 else if( lcstr ==
"run" )
589 else if( lcstr ==
"lowStat" )
591 else if( lcstr ==
"medStat" )
593 else if( lcstr ==
"higStat" )
595 else if( lcstr ==
"lumiBlock" )
597 else if( lcstr ==
"eventsBlock" )
599 else if( lcstr ==
"file" )
605 MsgStream
log(
ms,
"ManagedMonitorToolBase::intervalStringToEnum()" );
606 log << MSG::WARNING <<
"Unknown ManagedMonitorToolBase::Interval_t \""
607 <<
str <<
"\", returning \"file\"" <<
endmsg;
◆ lbAverageInteractionsPerCrossing()
float ManagedMonitorToolBase::lbAverageInteractionsPerCrossing |
( |
const EventContext & |
ctx = Gaudi::Hive::currentContext() | ) |
const |
|
virtualinherited |
Average mu, i.e.
<mu>
Definition at line 1693 of file ManagedMonitorToolBase.cxx.
1698 return lumi->lbAverageInteractionsPerCrossing();
1701 ATH_MSG_DEBUG(
"Warning: lbAverageInteractionsPerCrossing() - luminosity tools are not retrieved or turned on (i.e. EnableLumi = False)");
◆ lbAverageLivefraction()
float ManagedMonitorToolBase::lbAverageLivefraction |
( |
const EventContext & |
ctx = Gaudi::Hive::currentContext() | ) |
const |
|
virtualinherited |
Average luminosity livefraction.
Definition at line 1762 of file ManagedMonitorToolBase.cxx.
1770 return live->lbAverageLiveFraction();
1773 ATH_MSG_DEBUG(
"Warning: lbAverageLivefraction() - luminosity not availble (i.e. EnableLumi = False)");
◆ lbAverageLuminosity()
float ManagedMonitorToolBase::lbAverageLuminosity |
( |
const EventContext & |
ctx = Gaudi::Hive::currentContext() | ) |
const |
|
virtualinherited |
Average luminosity (in ub-1 s-1 => 10^30 cm-2 s-1)
Definition at line 1729 of file ManagedMonitorToolBase.cxx.
1734 return lumi->lbAverageLuminosity();
1737 ATH_MSG_DEBUG(
"Warning: lbAverageLuminosity() - luminosity tools are not retrieved or turned on (i.e. EnableLumi = False)");
◆ lbDuration()
double ManagedMonitorToolBase::lbDuration |
( |
const EventContext & |
ctx = Gaudi::Hive::currentContext() | ) |
const |
|
virtualinherited |
Luminosity block time (in seconds)
Definition at line 1816 of file ManagedMonitorToolBase.cxx.
1824 return dur->lbDuration();
1827 ATH_MSG_DEBUG(
"Warning: lbDuration() - luminosity tools are not retrieved or turned on (i.e. EnableLumi = False)");
◆ lbInteractionsPerCrossing()
float ManagedMonitorToolBase::lbInteractionsPerCrossing |
( |
const EventContext & |
ctx = Gaudi::Hive::currentContext() | ) |
const |
|
virtualinherited |
Instantaneous number of interactions, i.e.
mu
Definition at line 1709 of file ManagedMonitorToolBase.cxx.
1714 float muToLumi =
lumi->muToLumi();
1716 return lumi->lbLuminosityPerBCIDVector().at (ctx.eventID().bunch_crossing_id()) / muToLumi;
1721 ATH_MSG_DEBUG(
"Warning: lbInteractionsPerCrossing() - luminosity tools are not retrieved or turned on (i.e. EnableLumi = False)");
◆ lbLuminosityPerBCID()
float ManagedMonitorToolBase::lbLuminosityPerBCID |
( |
const EventContext & |
ctx = Gaudi::Hive::currentContext() | ) |
const |
|
virtualinherited |
Instantaneous luminosity.
Definition at line 1745 of file ManagedMonitorToolBase.cxx.
1750 return lumi->lbLuminosityPerBCIDVector().at (ctx.eventID().bunch_crossing_id());
1753 ATH_MSG_DEBUG(
"Warning: lbLuminosityPerBCID() - luminosity tools are not retrieved or turned on (i.e. EnableLumi = False)");
◆ lbLumiWeight()
double ManagedMonitorToolBase::lbLumiWeight |
( |
const EventContext & |
ctx = Gaudi::Hive::currentContext() | ) |
const |
|
virtualinherited |
Average Integrated Luminosity Live Fraction.
Definition at line 1800 of file ManagedMonitorToolBase.cxx.
1807 ATH_MSG_DEBUG(
"Warning: lbLumiWeight() - luminosity tools are not retrieved or turned on (i.e. EnableLumi = False)");
◆ livefractionPerBCID()
float ManagedMonitorToolBase::livefractionPerBCID |
( |
const EventContext & |
ctx = Gaudi::Hive::currentContext() | ) |
const |
|
virtualinherited |
Livefraction per bunch crossing ID.
Definition at line 1781 of file ManagedMonitorToolBase.cxx.
1789 return live->l1LiveFractionVector().at (ctx.eventID().bunch_crossing_id());
1792 ATH_MSG_DEBUG(
"Warning: livefractionPerBCID() - luminosity retrieved available (i.e. EnableLumi = False)");
◆ MMTB_DEPRECATED() [1/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
endOfEventsBlock |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [2/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
endOfLowStat |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [3/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
endOfLumiBlock |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [4/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
endOfRun |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [5/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
newEventsBlock |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [6/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
newHigStatInterval |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [7/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
newLowStat |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [8/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
newLowStatInterval |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [9/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
newLumiBlock |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [10/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
newMedStatInterval |
| ) |
|
|
inherited |
◆ MMTB_DEPRECATED() [11/11]
ManagedMonitorToolBase::MMTB_DEPRECATED |
( |
newRun |
| ) |
|
|
inherited |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ newEventsBlockFlag()
bool ManagedMonitorToolBase::newEventsBlockFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ newHigStatIntervalFlag()
bool ManagedMonitorToolBase::newHigStatIntervalFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ newLowStatFlag()
bool ManagedMonitorToolBase::newLowStatFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ newLowStatIntervalFlag()
bool ManagedMonitorToolBase::newLowStatIntervalFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ newLumiBlockFlag()
bool ManagedMonitorToolBase::newLumiBlockFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ newMedStatIntervalFlag()
bool ManagedMonitorToolBase::newMedStatIntervalFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ newRunFlag()
bool ManagedMonitorToolBase::newRunFlag |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ parseList()
StatusCode ManagedMonitorToolBase::parseList |
( |
const std::string & |
line, |
|
|
std::vector< std::string > & |
result |
|
) |
| |
|
protectedinherited |
◆ preSelector()
bool ManagedMonitorToolBase::preSelector |
( |
| ) |
|
|
virtualinherited |
◆ procHistograms()
StatusCode IDPerfMonKshort::procHistograms |
( |
| ) |
|
|
virtual |
An inheriting class should either override this function or finalHists().
Reimplemented from ManagedMonitorToolBase.
Definition at line 607 of file IDPerfMonKshort.cxx.
614 TF1 *func =
new TF1(
"func",
"gaus(0)+expo(3)",0.450,0.550);
615 func->SetLineColor(4);
616 func->SetParameters(10.,0.500,0.010,2.,-.001);
617 func->SetParLimits(0,0.,10000.);
618 func->SetParLimits(1,0.450,0.550);
619 func->SetParLimits(2,0.,0.100);
620 func->SetParLimits(3,0.,10000.);
621 func->SetParLimits(4,-1000.,0.);
622 func->SetParNames(
"Constant",
"Mean",
"Width",
"Constant",
"Slope");
625 Double_t ptBins[nPtBinsHisto] = {0.5,1.6,2.1,2.8,3.9,5.1};
627 massBins[binFill] = func->GetParameter(1);
628 massErrorBins[binFill] = func->GetParError(1);
629 widthBins[binFill] = func->GetParameter(2);
630 widthErrorBins[binFill] = func->GetParError(2);
632 const Double_t* ptBinsFinal = ptBins;
633 const Double_t* massBinsFinal = massBins;
634 const Double_t* massErrorBinsFinal = massErrorBins;
635 const Double_t* widthBinsFinal = widthBins;
636 const Double_t* widthErrorBinsFinal = widthErrorBins;
638 auto setYTitleAndMarker =[](
TH1F * theHist,
const bool mass){
640 theHist->SetYTitle(
"Mass (Gev / c^{2})");
642 theHist->SetYTitle(
"Width (Gev / c^{2})");
644 theHist->SetMarkerStyle(20);
647 auto fillFromSource = [](
const double *
source,
const double * uncertainty,
TH1F *
target,
unsigned int nbins){
650 double binError = uncertainty[
bin];
651 target->SetBinContent(
bin+1, binContent);
655 constexpr
bool massTitle{
true};
656 constexpr
bool widthTitle{
false};
672 Double_t radiusBins[nRadiusBinsHisto] = {0.,30.,40.,60.,80.,100.,140.,230};
674 massVradiusBins[binFill] = func->GetParameter(1);
675 massVradiusErrorBins[binFill] = func->GetParError(1);
676 widthVradiusBins[binFill] = func->GetParameter(2);
677 widthVradiusErrorBins[binFill] = func->GetParError(2);
680 const Double_t* radiusBinsFinal = radiusBins;
681 const Double_t* massVradiusBinsFinal = massVradiusBins;
682 const Double_t* massVradiusErrorBinsFinal = massVradiusErrorBins;
683 const Double_t* widthVradiusBinsFinal = widthVradiusBins;
684 const Double_t* widthVradiusErrorBinsFinal = widthVradiusErrorBins;
699 Double_t
etaBins[11] = {-2.5,-2.0,-1.5,-1.0,-0.5,0.0,0.5,1.0,1.5,2.0,2.5};
700 Double_t massVetaBins[10], massVetaErrorBins[10], widthVetaBins[10], widthVetaErrorBins[10];
701 for(
int binFill=0;binFill<10;binFill++) {
702 massVetaBins[binFill] = func->GetParameter(1);
703 massVetaErrorBins[binFill] = func->GetParError(1);
704 widthVetaBins[binFill] = func->GetParameter(2);
705 widthVetaErrorBins[binFill] = func->GetParError(2);
717 Double_t phiBins[11]{};
718 sequentialFill(phiBins, phiBins+11, -
M_PI,
M_PI/5.);
719 Double_t massVphiBins[10], massVphiErrorBins[10], widthVphiBins[10], widthVphiErrorBins[10];
720 for(
int binFill=0;binFill<10;binFill++) {
721 massVphiBins[binFill] = func->GetParameter(1);
722 massVphiErrorBins[binFill] = func->GetParError(1);
723 widthVphiBins[binFill] = func->GetParameter(2);
724 widthVphiErrorBins[binFill] = func->GetParError(2);
736 Double_t curvatureDiffBins[7] = {-0.0012,-0.0008,-0.0004,0.0000,0.0004,0.0008,0.0012};
737 Double_t massVcurvatureDiffBins[6], massVcurvatureDiffErrorBins[6], widthVcurvatureDiffBins[6], widthVcurvatureDiffErrorBins[6];
738 for(
int binFill=0;binFill<6;binFill++) {
739 massVcurvatureDiffBins[binFill] = func->GetParameter(1);
740 massVcurvatureDiffErrorBins[binFill] = func->GetParError(1);
741 widthVcurvatureDiffBins[binFill] = func->GetParameter(2);
742 widthVcurvatureDiffErrorBins[binFill] = func->GetParError(2);
756 return StatusCode::SUCCESS;
◆ regEfficiency()
StatusCode ManagedMonitorToolBase::regEfficiency |
( |
TEfficiency * |
e, |
|
|
const MonGroup & |
group |
|
) |
| |
|
virtualinherited |
Registers a TEfficiency to be included in the output stream using logical parameters that describe the plot.
Definition at line 1446 of file ManagedMonitorToolBase.cxx.
1448 return StatusCode::FAILURE;
1450 TGraph*
g =
reinterpret_cast<TGraph*
>(
e);
1451 std::string
name =
e->GetName();
1457 ATH_MSG_WARNING(
"HEY! Attempting to register "<<
name<<
" as a per-LB histogram, but not setting the merge algorithm! Use \"merge\", at least.");
1464 return StatusCode::FAILURE;
1474 std::string genericName = NoOutputStream().getStreamName(
this,
group,
name );
1481 if (
smd != StatusCode::SUCCESS)
1482 return StatusCode::FAILURE;
◆ regGraph() [1/2]
StatusCode ManagedMonitorToolBase::regGraph |
( |
TGraph * |
g, |
|
|
const MonGroup & |
group |
|
) |
| |
|
virtualinherited |
Registers a TGraph to be included in the output stream using logical parameters that describe the graph.
Definition at line 1500 of file ManagedMonitorToolBase.cxx.
1504 return StatusCode::FAILURE;
1517 return StatusCode::FAILURE;
1520 std::string
name =
g->GetName();
1528 std::string gName =
g->GetName();
1531 std::string genericName = NoOutputStream().getStreamName(
this,
group, gName );
1539 if (
smd != StatusCode::SUCCESS)
return StatusCode::FAILURE;
◆ regGraph() [2/2]
Registers a TGraph to be included in the output stream using logical parameters that describe the graph.
Definition at line 1490 of file ManagedMonitorToolBase.cxx.
◆ regHist() [1/2]
StatusCode ManagedMonitorToolBase::regHist |
( |
TH1 * |
h, |
|
|
const MonGroup & |
group |
|
) |
| |
|
virtualinherited |
Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram.
A histogram is passed via reference to a pointer.
Definition at line 1354 of file ManagedMonitorToolBase.cxx.
1360 return StatusCode::FAILURE;
1373 ATH_MSG_WARNING(
"HEY! You're attempting to register " <<
h->GetName() <<
" as a per-LB histogram, but you're not setting the merge algorithm! This is a SUPER-BAD idea! Use \"merge\", at least.");
1380 return StatusCode::FAILURE;
1383 std::string hName =
h->GetName();
1391 std::string hName =
h->GetName();
1394 std::string genericName = NoOutputStream().getStreamName(
this,
group, hName );
1402 if (
smd != StatusCode::SUCCESS)
return StatusCode::FAILURE;
◆ regHist() [2/2]
Registers a TH1 (including TH2, TH3, and TProfile) to be included in the output stream using logical parameters that describe the histogram.
Definition at line 1345 of file ManagedMonitorToolBase.cxx.
◆ RegisterHisto() [1/3]
void IDPerfMonKshort::RegisterHisto |
( |
MonGroup & |
mon, |
|
|
TGraph * |
graph |
|
) |
| |
◆ RegisterHisto() [2/3]
void IDPerfMonKshort::RegisterHisto |
( |
MonGroup & |
mon, |
|
|
TH1 * |
histo |
|
) |
| |
◆ RegisterHisto() [3/3]
void IDPerfMonKshort::RegisterHisto |
( |
MonGroup & |
mon, |
|
|
TProfile * |
histo |
|
) |
| |
◆ registerMetadata()
StatusCode ManagedMonitorToolBase::registerMetadata |
( |
const std::string & |
streamName, |
|
|
const std::string & |
hName, |
|
|
const MonGroup & |
group |
|
) |
| |
|
protectedinherited |
Definition at line 946 of file ManagedMonitorToolBase.cxx.
952 size_t found=mdStreamName.rfind(
'/');
954 if (
found != std::string::npos )
955 mdStreamName.replace(
found, mdStreamName.length(),
"/metadata" );
959 metadata =
new TTree(
"metadata",
"Monitoring Metadata" );
960 if (!
metadata)
return StatusCode::FAILURE;
962 if (scmd == StatusCode::FAILURE)
return StatusCode::FAILURE;
963 MDMap_t::value_type valToInsert( mdStreamName,
new OutputMetadata(
metadata) );
969 return StatusCode::SUCCESS;
◆ regManagedEfficiencies()
StatusCode ManagedMonitorToolBase::regManagedEfficiencies |
( |
std::vector< MgmtParams< TEfficiency > > & |
templateEfficiencies | ) |
|
|
protectedinherited |
Definition at line 1141 of file ManagedMonitorToolBase.cxx.
1142 bool allIsOk =
true;
1143 for(
auto&
it : templateEfficiencies ) {
1146 TEfficiency* theEfficiency =
it.m_templateHist;
1147 TEfficiency*
e =
static_cast<TEfficiency*
>(theEfficiency->Clone());
1148 int nbins = theEfficiency->GetTotalHistogram()->GetNbinsX();
1149 int xlow = theEfficiency->GetTotalHistogram()->GetXaxis()->GetXmin();
1150 int xhigh = theEfficiency->GetTotalHistogram()->GetXaxis()->GetXmax();
1151 e->SetBins(
nbins,xlow,xhigh);
1152 std::string
name =
e->GetName();
1155 TGraph* theGraph =
reinterpret_cast<TGraph*
>(theEfficiency);
1156 TGraph*
g =
reinterpret_cast<TGraph*
>(
e);
1164 if (sc1 == StatusCode::FAILURE) allIsOk =
false;
1166 bool doneCleaning =
false;
1168 TSeqCollection *
filelist=gROOT->GetListOfFiles();
1173 if (sc2 == StatusCode::SUCCESS) doneCleaning =
true;
1176 if (!doneCleaning) {
1177 ATH_MSG_ERROR(
"THistSvc_deReg_fixTGraph: failed to apply TGraph fix for the THist Svc!");
1182 if (sc3 == StatusCode::FAILURE)
1189 if (
smd != StatusCode::SUCCESS) allIsOk =
false;
1192 if (sc4 == StatusCode::FAILURE) allIsOk =
false;
1195 if (!allIsOk)
return StatusCode::FAILURE;
1196 return StatusCode::SUCCESS;
◆ regManagedGraphs()
StatusCode ManagedMonitorToolBase::regManagedGraphs |
( |
std::vector< MgmtParams< TGraph > > & |
templateGraphs | ) |
|
|
protectedinherited |
Definition at line 1070 of file ManagedMonitorToolBase.cxx.
1074 bool allIsOk =
true;
1076 for( std::vector< MgmtParams<TGraph> >::
iterator it = templateGraphs.begin();
it != templateGraphs.end(); ++
it ) {
1077 MonGroup
group = (*it).m_group;
1080 TGraph* theGraph = (*it).m_templateHist;
1083 TGraph*
g =
static_cast<TGraph*
>(theGraph->Clone());
1087 std::string gName =
g->GetName();
1094 if (sc1 == StatusCode::FAILURE)
1099 bool doneCleaning =
false;
1101 TSeqCollection *
filelist=gROOT->GetListOfFiles();
1106 if (sc2 == StatusCode::SUCCESS)
1107 doneCleaning =
true;
1111 if (!doneCleaning) {
1112 ATH_MSG_ERROR(
"THistSvc_deReg_fixTGraph: failed to apply TGraph fix for the THist Svc!");
1119 if (sc3 == StatusCode::FAILURE)
1126 if (
smd != StatusCode::SUCCESS)
1131 if (sc4 == StatusCode::FAILURE)
1136 if (!allIsOk)
return StatusCode::FAILURE;
1138 return StatusCode::SUCCESS;
◆ regManagedHistograms()
StatusCode ManagedMonitorToolBase::regManagedHistograms |
( |
std::vector< MgmtParams< TH1 > > & |
templateHistograms | ) |
|
|
protectedinherited |
Definition at line 973 of file ManagedMonitorToolBase.cxx.
990 for( std::vector< MgmtParams<TH1> >::
iterator it = templateHistograms.begin();
it != templateHistograms.end(); ++
it ) {
991 MonGroup&
group = (*it).m_group;
994 TH1* theHist = (*it).m_templateHist;
997 TH1*
h =
static_cast<TH1*
>(theHist->Clone());
1001 std::string hName =
h->GetName();
1008 if (sc1 == StatusCode::FAILURE) allIsOk =
false;
1012 if (sc2 == StatusCode::FAILURE) allIsOk =
false;
1015 std::string genericName = NoOutputStream().getStreamName(
this,
group, hName );
1024 if (
smd != StatusCode::SUCCESS) allIsOk =
false;
1028 if (sc3 == StatusCode::FAILURE) allIsOk =
false;
1032 if (!allIsOk)
return StatusCode::FAILURE;
1034 return StatusCode::SUCCESS;
◆ regManagedTrees()
StatusCode ManagedMonitorToolBase::regManagedTrees |
( |
std::vector< MgmtParams< TTree > > & |
templateTrees | ) |
|
|
protectedinherited |
Definition at line 1201 of file ManagedMonitorToolBase.cxx.
1205 bool allIsOk =
true;
1207 for( std::vector< MgmtParams<TTree> >::
iterator it = templateTrees.begin();
it != templateTrees.end(); ++
it ) {
1208 MonGroup
group = (*it).m_group;
1211 TTree* theTree = (*it).m_templateHist;
1214 TTree*
t =
static_cast<TTree*
>(theTree->Clone());
1218 std::string
name =
t->GetName();
1225 if (sc1 == StatusCode::FAILURE) allIsOk =
false;
1229 if (sc2 == StatusCode::FAILURE) allIsOk =
false;
1232 std::string genericName = NoOutputStream().getStreamName(
this,
group,
name );
1241 if (
smd != StatusCode::SUCCESS) allIsOk =
false;
1245 if (sc3 == StatusCode::FAILURE) allIsOk =
false;
1249 if (!allIsOk)
return StatusCode::FAILURE;
1251 return StatusCode::SUCCESS;
◆ regTree() [1/2]
StatusCode ManagedMonitorToolBase::regTree |
( |
TTree * |
t, |
|
|
const MonGroup & |
group |
|
) |
| |
|
virtualinherited |
Registers a TTree to be included in the output stream using logical parameters that describe it.
Definition at line 1556 of file ManagedMonitorToolBase.cxx.
1571 return StatusCode::FAILURE;
1574 std::string
name =
t->GetName();
1575 std::string genericName = NoOutputStream().getStreamName(
this, group_unmanaged,
name );
1583 std::string tName =
t->GetName();
1586 std::string genericName = NoOutputStream().getStreamName(
this,
group, tName );
1594 if (
smd != StatusCode::SUCCESS)
return StatusCode::FAILURE;
◆ regTree() [2/2]
Registers a TTree to be included in the output stream using logical parameters that describe it.
Definition at line 1546 of file ManagedMonitorToolBase.cxx.
◆ renounce()
◆ renounceArray()
◆ runStat()
StatusCode ManagedMonitorToolBase::runStat |
( |
| ) |
|
|
virtualinherited |
This implementation does nothing; equivalent functionality may be provided by procHists( true, true, true ).
Implements IMonitorToolBase.
Definition at line 1663 of file ManagedMonitorToolBase.cxx.
1666 return StatusCode::SUCCESS;
◆ setMonManager()
◆ setupOutputStreams()
StatusCode ManagedMonitorToolBase::setupOutputStreams |
( |
std::vector< std::string > |
Mapping = std::vector<std::string>() | ) |
|
|
virtualinherited |
◆ streamNameFunction()
Returns the function object that converts logical paramters into a physical stream name.
Definition at line 451 of file ManagedMonitorToolBase.cxx.
455 msg(MSG::ERROR) <<
"!! streamNameFunction() has not been initialized !!" <<
endmsg;
456 msg(MSG::ERROR) <<
" --> neither ManagedMonitorToolBase::initialize() nor" <<
endmsg;
457 msg(MSG::ERROR) <<
" --> ManagedMonitorToolBase::setMonManager() has been called." <<
endmsg;
458 msg(MSG::ERROR) <<
" --> Correct configuration cannot be guaranteed from this point." <<
endmsg;
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ THistSvc_deReg_fixTGraph()
StatusCode ManagedMonitorToolBase::THistSvc_deReg_fixTGraph |
( |
TFile * |
file, |
|
|
TGraph * |
theGraph, |
|
|
std::string & |
directoryName |
|
) |
| |
|
protectedinherited |
Fixes THistSvc->deReg(obj) when obj is TGraph instance.
Read more in source file about this bug.
Definition at line 1038 of file ManagedMonitorToolBase.cxx.
1048 GlobalDirectoryRestore restore;
1051 bool graphRemoved =
false;
1054 TDirectory*
dir =
file->GetDirectory(directoryName.c_str());
1057 TObject*
obj =
dir->Remove(theGraph);
1059 graphRemoved =
true;
1062 if (!graphRemoved) {
1063 return StatusCode::FAILURE;
1066 return StatusCode::SUCCESS;
◆ trigChainsArePassed()
bool ManagedMonitorToolBase::trigChainsArePassed |
( |
std::vector< std::string > & |
vTrigNames | ) |
|
|
protectedvirtualinherited |
◆ updateTriggersForGroups()
void ManagedMonitorToolBase::updateTriggersForGroups |
( |
std::vector< std::string > & |
vTrigChainNames | ) |
|
|
protectedinherited |
Definition at line 2132 of file ManagedMonitorToolBase.cxx.
2134 for (
size_t i = 0;
i < vTrigChainNames.size(); ++
i) {
2135 std::string& thisName = vTrigChainNames[
i];
2136 if (thisName.compare(0, 9,
"CATEGORY_") ==0) {
2137 ATH_MSG_DEBUG(
"Found a trigger category: " << thisName <<
". We will unpack it.");
2139 std::ostringstream oss;
2141 for (
size_t itrig = 0; itrig <
triggers.size(); ++itrig) {
2149 std::string newval = oss.str();
2151 vTrigChainNames[
i] = newval;
◆ updateVHKA()
◆ writeAndDelete()
StatusCode ManagedMonitorToolBase::writeAndDelete |
( |
TH1 * |
h, |
|
|
const MonGroup & |
group |
|
) |
| |
|
virtualinherited |
Write out histogram and delete it.
Definition at line 1601 of file ManagedMonitorToolBase.cxx.
1604 return StatusCode::FAILURE;
1606 std::string hName =
h->GetName();
1609 std::string genericName = NoOutputStream().getStreamName(
this,
group, hName );
1612 return StatusCode::SUCCESS;
◆ m_bookHistogramsInitial
bool ManagedMonitorToolBase::m_bookHistogramsInitial |
|
privateinherited |
◆ m_checkrate
int IDPerfMonKshort::m_checkrate {} |
|
private |
◆ m_d
Imp* ManagedMonitorToolBase::m_d |
|
privateinherited |
◆ m_dataType
◆ m_dataTypeStr
std::string ManagedMonitorToolBase::m_dataTypeStr |
|
protectedinherited |
◆ m_defaultLBDuration
float ManagedMonitorToolBase::m_defaultLBDuration |
|
privateinherited |
◆ m_detailLevel
unsigned int ManagedMonitorToolBase::m_detailLevel |
|
protectedinherited |
◆ m_detStore
◆ m_DQFilterTools
ToolHandleArray<IDQFilterTool> ManagedMonitorToolBase::m_DQFilterTools {this,"FilterTools",{}} |
|
protectedinherited |
◆ m_endOfEventsBlock
bool ManagedMonitorToolBase::m_endOfEventsBlock |
|
privateinherited |
◆ m_endOfLowStat
bool ManagedMonitorToolBase::m_endOfLowStat |
|
privateinherited |
◆ m_endOfLumiBlock
bool ManagedMonitorToolBase::m_endOfLumiBlock |
|
privateinherited |
◆ m_endOfRun
bool ManagedMonitorToolBase::m_endOfRun |
|
privateinherited |
◆ m_environment
◆ m_environmentStr
std::string ManagedMonitorToolBase::m_environmentStr |
|
protectedinherited |
◆ m_eta
TH1F* IDPerfMonKshort::m_eta {} |
|
protected |
◆ m_evtStore
◆ m_fileKey
std::string ManagedMonitorToolBase::m_fileKey |
|
protectedinherited |
◆ m_haveClearedLastEventBlock
bool ManagedMonitorToolBase::m_haveClearedLastEventBlock |
|
protectedinherited |
◆ m_histosBooked
int IDPerfMonKshort::m_histosBooked {} |
|
protected |
◆ m_lastHigStatInterval
int ManagedMonitorToolBase::m_lastHigStatInterval |
|
protectedinherited |
◆ m_lastLowStatInterval
int ManagedMonitorToolBase::m_lastLowStatInterval |
|
protectedinherited |
◆ m_lastLumiBlock
unsigned int ManagedMonitorToolBase::m_lastLumiBlock |
|
protectedinherited |
◆ m_lastMedStatInterval
int ManagedMonitorToolBase::m_lastMedStatInterval |
|
protectedinherited |
◆ m_lastRun
unsigned int ManagedMonitorToolBase::m_lastRun |
|
protectedinherited |
◆ m_lbDurationDataKey
◆ m_lumiDataKey
◆ m_manager
◆ m_managerNameProp
std::string ManagedMonitorToolBase::m_managerNameProp |
|
protectedinherited |
◆ m_mass
TH1F* IDPerfMonKshort::m_mass {} |
|
protected |
◆ m_mass_scaled
TH1F* IDPerfMonKshort::m_mass_scaled {} |
|
protected |
◆ m_massVCurvatureDiffBinHistos
TH1F* IDPerfMonKshort::m_massVCurvatureDiffBinHistos[6] ={0} |
|
protected |
◆ m_massVersusCurvatureDiff
TH1F* IDPerfMonKshort::m_massVersusCurvatureDiff {} |
|
protected |
◆ m_massVersusCurvatureDiff_merged
TH1F* IDPerfMonKshort::m_massVersusCurvatureDiff_merged {} |
|
protected |
◆ m_massVersusEta
TH1F* IDPerfMonKshort::m_massVersusEta {} |
|
protected |
◆ m_massVersusEta_merged
TH1F* IDPerfMonKshort::m_massVersusEta_merged {} |
|
protected |
◆ m_massVersusPhi
TH1F* IDPerfMonKshort::m_massVersusPhi {} |
|
protected |
◆ m_massVersusPhi_merged
TH1F* IDPerfMonKshort::m_massVersusPhi_merged {} |
|
protected |
◆ m_massVersusPt
TH1F* IDPerfMonKshort::m_massVersusPt {} |
|
protected |
◆ m_massVersusPt_merged
TH1F* IDPerfMonKshort::m_massVersusPt_merged {} |
|
protected |
◆ m_massVersusRadius
TH1F* IDPerfMonKshort::m_massVersusRadius {} |
|
protected |
◆ m_massVersusRadius_merged
TH1F* IDPerfMonKshort::m_massVersusRadius_merged {} |
|
protected |
◆ m_massVEtaBinHistos
TH1F* IDPerfMonKshort::m_massVEtaBinHistos[10] ={0} |
|
protected |
◆ m_massVPhiBinHistos
TH1F* IDPerfMonKshort::m_massVPhiBinHistos[10] ={0} |
|
protected |
◆ m_massVPtBinFittedHistos
◆ m_massVPtBinHistos
TH1F* IDPerfMonKshort::m_massVPtBinHistos[m_nBinsPt] ={0} |
|
protected |
◆ m_massVRadiusBinFittedHistos
◆ m_massVRadiusBinHistos
TH1F* IDPerfMonKshort::m_massVRadiusBinHistos[m_nBinsRadius] ={0} |
|
protected |
◆ m_massVsPhi
TH2F* IDPerfMonKshort::m_massVsPhi {} |
|
protected |
◆ m_metadataMap
MDMap_t ManagedMonitorToolBase::m_metadataMap |
|
protectedinherited |
◆ m_nBinsPt
const Int_t IDPerfMonKshort::m_nBinsPt = 46 |
|
staticprotected |
◆ m_nBinsRadius
const Int_t IDPerfMonKshort::m_nBinsRadius = 70 |
|
staticprotected |
◆ m_Nevents
TH1F* IDPerfMonKshort::m_Nevents {} |
|
protected |
◆ m_nEvents
unsigned int ManagedMonitorToolBase::m_nEvents |
|
protectedinherited |
◆ m_nEventsIgnoreTrigger
unsigned int ManagedMonitorToolBase::m_nEventsIgnoreTrigger |
|
protectedinherited |
◆ m_newEventsBlock
bool ManagedMonitorToolBase::m_newEventsBlock |
|
privateinherited |
◆ m_newHigStatInterval
bool ManagedMonitorToolBase::m_newHigStatInterval |
|
privateinherited |
◆ m_newLowStat
bool ManagedMonitorToolBase::m_newLowStat |
|
privateinherited |
◆ m_newLowStatInterval
bool ManagedMonitorToolBase::m_newLowStatInterval |
|
privateinherited |
◆ m_newLumiBlock
bool ManagedMonitorToolBase::m_newLumiBlock |
|
privateinherited |
◆ m_newMedStatInterval
bool ManagedMonitorToolBase::m_newMedStatInterval |
|
privateinherited |
◆ m_newRun
bool ManagedMonitorToolBase::m_newRun |
|
privateinherited |
◆ m_nFittedBinsPt
const Int_t IDPerfMonKshort::m_nFittedBinsPt = 5 |
|
staticprotected |
◆ m_nFittedBinsRadius
const Int_t IDPerfMonKshort::m_nFittedBinsRadius = 7 |
|
staticprotected |
◆ m_nLumiBlocks
unsigned int ManagedMonitorToolBase::m_nLumiBlocks |
|
protectedinherited |
◆ m_path
std::string ManagedMonitorToolBase::m_path |
|
protectedinherited |
◆ m_phi
TH1F* IDPerfMonKshort::m_phi {} |
|
protected |
◆ m_preScaleProp
long ManagedMonitorToolBase::m_preScaleProp |
|
protectedinherited |
◆ m_procNEventsProp
long ManagedMonitorToolBase::m_procNEventsProp |
|
protectedinherited |
◆ m_pt
TH1F* IDPerfMonKshort::m_pt {} |
|
protected |
◆ m_radius
TH1F* IDPerfMonKshort::m_radius {} |
|
protected |
◆ m_radius_secVertices
TH1F* IDPerfMonKshort::m_radius_secVertices {} |
|
protected |
◆ m_radius_secVertices_sel
TH1F* IDPerfMonKshort::m_radius_secVertices_sel {} |
|
protected |
◆ m_radiusVsZ_secVertex
TH2F* IDPerfMonKshort::m_radiusVsZ_secVertex {} |
|
protected |
◆ m_radiusVsZ_secVertex_Ks
TH2F* IDPerfMonKshort::m_radiusVsZ_secVertex_Ks {} |
|
protected |
◆ m_radiusVsZ_secVertex_sel
TH2F* IDPerfMonKshort::m_radiusVsZ_secVertex_sel {} |
|
protected |
◆ m_stream
std::string IDPerfMonKshort::m_stream |
|
private |
◆ m_streamNameFcn
◆ m_supportedIntervalsForRebooking
std::set<Interval_t> ManagedMonitorToolBase::m_supportedIntervalsForRebooking |
|
privateinherited |
◆ m_templateEfficiencies
std::map< Interval_t, std::vector< MgmtParams<TEfficiency> > > ManagedMonitorToolBase::m_templateEfficiencies |
|
protectedinherited |
◆ m_templateGraphs
◆ m_templateHistograms
◆ m_templateTrees
◆ m_THistSvc
◆ m_tracksName
std::string IDPerfMonKshort::m_tracksName |
|
private |
◆ m_trigDecTool
◆ m_triggerChainName
std::string IDPerfMonKshort::m_triggerChainName |
|
private |
◆ m_triggerChainProp
std::string ManagedMonitorToolBase::m_triggerChainProp |
|
protectedinherited |
◆ m_triggerGroupProp
std::string ManagedMonitorToolBase::m_triggerGroupProp |
|
protectedinherited |
◆ m_trigLiveFractionDataKey
◆ m_trigTranslator
PublicToolHandle<ITriggerTranslatorTool> ManagedMonitorToolBase::m_trigTranslator {this,"TriggerTranslatorTool",""} |
|
protectedinherited |
◆ m_useLumi
bool ManagedMonitorToolBase::m_useLumi |
|
privateinherited |
◆ m_useTrigger
bool ManagedMonitorToolBase::m_useTrigger |
|
protectedinherited |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ m_vTrigChainNames
std::vector<std::string> ManagedMonitorToolBase::m_vTrigChainNames |
|
protectedinherited |
◆ m_vTrigGroupNames
std::vector<std::string> ManagedMonitorToolBase::m_vTrigGroupNames |
|
protectedinherited |
◆ m_VxContainerName
std::string IDPerfMonKshort::m_VxContainerName |
|
private |
◆ m_VxPrimContainerName
std::string IDPerfMonKshort::m_VxPrimContainerName |
|
private |
◆ m_widthVersusCurvatureDiff
TH1F* IDPerfMonKshort::m_widthVersusCurvatureDiff {} |
|
protected |
◆ m_widthVersusCurvatureDiff_merged
TH1F* IDPerfMonKshort::m_widthVersusCurvatureDiff_merged {} |
|
protected |
◆ m_widthVersusEta
TH1F* IDPerfMonKshort::m_widthVersusEta {} |
|
protected |
◆ m_widthVersusEta_merged
TH1F* IDPerfMonKshort::m_widthVersusEta_merged {} |
|
protected |
◆ m_widthVersusPhi
TH1F* IDPerfMonKshort::m_widthVersusPhi {} |
|
protected |
◆ m_widthVersusPhi_merged
TH1F* IDPerfMonKshort::m_widthVersusPhi_merged {} |
|
protected |
◆ m_widthVersusPt
TH1F* IDPerfMonKshort::m_widthVersusPt {} |
|
protected |
◆ m_widthVersusPt_merged
TH1F* IDPerfMonKshort::m_widthVersusPt_merged {} |
|
protected |
◆ m_widthVersusRadius
TH1F* IDPerfMonKshort::m_widthVersusRadius {} |
|
protected |
◆ m_widthVersusRadius_merged
TH1F* IDPerfMonKshort::m_widthVersusRadius_merged {} |
|
protected |
◆ m_XVsZ_primVertex
TH2F* IDPerfMonKshort::m_XVsZ_primVertex {} |
|
protected |
◆ m_XVsZ_primVertex_Ks
TH2F* IDPerfMonKshort::m_XVsZ_primVertex_Ks {} |
|
protected |
◆ m_YVsX_primVertex
TH2F* IDPerfMonKshort::m_YVsX_primVertex {} |
|
protected |
◆ m_YVsX_primVertex_Ks
TH2F* IDPerfMonKshort::m_YVsX_primVertex_Ks {} |
|
protected |
◆ m_YVsX_secVertex
TH2F* IDPerfMonKshort::m_YVsX_secVertex {} |
|
protected |
◆ m_YVsX_secVertex_Ks
TH2F* IDPerfMonKshort::m_YVsX_secVertex_Ks {} |
|
protected |
◆ m_YVsX_secVertex_sel
TH2F* IDPerfMonKshort::m_YVsX_secVertex_sel {} |
|
protected |
◆ m_YVsZ_primVertex
TH2F* IDPerfMonKshort::m_YVsZ_primVertex {} |
|
protected |
◆ m_YVsZ_primVertex_Ks
TH2F* IDPerfMonKshort::m_YVsZ_primVertex_Ks {} |
|
protected |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
JetConstituentVector::iterator iterator
size_t nTrackParticles() const
Get the number of tracks associated with this vertex.
TH1F * m_radius_secVertices_sel
TH1F * m_massVEtaBinHistos[10]
static const Int_t m_nFittedBinsRadius
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
static unsigned int runNumber()
virtual std::string fileKey() const
TH1F * m_widthVersusPhi_merged
virtual void passOwnership(TObject *h, const std::string &key)
Pass ownership of a TObject to this manager so that it will be deleted appropriately.
TH2F * m_YVsZ_primVertex_Ks
TH1F * m_widthVersusPt_merged
std::string m_VxContainerName
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
bool msgLvl(const MSG::Level lvl) const
const Amg::Vector3D & position() const
Returns the 3-pos.
TH1F * m_massVersusRadius_merged
#define ATH_MSG_VERBOSE(x)
bool empty() const
Test if the key is blank.
def TH2F(name, title, nxbins, bins_par2, bins_par3, bins_par4, bins_par5=None, bins_par6=None, path='', **kwargs)
static unsigned int getLBsLowStat()
TH2F * m_radiusVsZ_secVertex_Ks
virtual void setOwner(IDataHandleHolder *o)=0
static Environment_t environment()
Returns the running environment of the monitoring application to help ManagedMonitorToolBase objects ...
TH1F * m_massVRadiusBinHistos[m_nBinsRadius]
static unsigned int getLBsMedStat()
TH1F * m_massVersusCurvatureDiff
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
TH1F * m_massVPhiBinHistos[10]
TH1F * m_massVersusEta_merged
void RegisterHisto(MonGroup &mon, TH1 *histo)
static DataType_t dataType()
Returns the data type that the monitoring application is running over to help ManagedMonitorToolBase ...
static const Int_t m_nBinsRadius
std::string m_VxPrimContainerName
TH2F * m_YVsX_primVertex_Ks
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual void writeAndDelete(const std::string &key)
If the TObject is owned by this manager, its Write() method is called and it is deleted.
static const Int_t m_nBinsPt
TH1F * m_massVersusCurvatureDiff_merged
static const Int_t m_nFittedBinsPt
TH2F * m_radiusVsZ_secVertex
TH1F * m_massVCurvatureDiffBinHistos[6]
TH2F * m_YVsX_secVertex_Ks
TH1F * m_radius_secVertices
TH1F * m_massVersusRadius
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
std::string m_triggerChainName
TH1F * m_widthVersusEta_merged
TH1F * m_widthVersusRadius_merged
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
TH1F * m_massVRadiusBinFittedHistos[m_nFittedBinsRadius]
static unsigned int getLBsHigStat()
Eigen::Matrix< double, 3, 1 > Vector3D
TH1F * m_widthVersusCurvatureDiff
TH1F * m_massVPtBinFittedHistos[m_nFittedBinsPt]
TH2F * m_XVsZ_primVertex_Ks
Class describing a Vertex.
TH1F * m_widthVersusRadius
#define ATH_MSG_WARNING(x)
filelist
print ("Checking files %s..." % fullfile)
TH1F * m_widthVersusCurvatureDiff_merged
TH2F * m_radiusVsZ_secVertex_sel
TH1F * m_massVPtBinHistos[m_nBinsPt]
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
@ numberOfSCTHits
number of hits in SCT [unit8_t].
TH1F * m_massVersusPhi_merged
def TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)
static unsigned int lumiBlockNumber()
Class describing a TrackParticle.
TH1F * m_massVersusPt_merged
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Scalar mag() const
mag method
TH2F * m_YVsX_secVertex_sel