![]() |
ATLAS Offline Software
|
virtual analysis class for performing rates studies on AOD Pure virtual base class for trigger rate studies on EnhancedBias or MC AOD files. More...
#include <RatesAnalysisAlg.h>
Public Types | |
| enum | Method_t { kMANUAL , kAUTO , kEXISTING } |
| Method by which the trigger pass/fail decision is calculated. More... | |
Public Member Functions | |
| RatesAnalysisAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~RatesAnalysisAlg () |
| virtual StatusCode | ratesInitialize ()=0 |
| To be implemented by the user. | |
| virtual StatusCode | ratesExecute ()=0 |
| To be implemented by the user. | |
| virtual StatusCode | ratesFinalize ()=0 |
| To be implemented by the user. | |
| StatusCode | newTrigger (const std::string &name, const double prescale=1., const double expressPrescale=-1., const std::string &seedName="", const double seedPrecale=1., const std::string &groups="", const Method_t method=kMANUAL, const ExtrapStrat_t extrapolation=kLINEAR) |
| Version of newTrigger which accepts a set of group names rather than a comma separated string. | |
| StatusCode | newTrigger (const std::string &name, const double prescale=1., const double expressPrescale=-1., const std::string &seedName="", const double seedPrecale=1., const std::set< std::string > &groups=std::set< std::string >(), const Method_t method=kMANUAL, const ExtrapStrat_t extrapolation=kLINEAR) |
| Register a new trigger for emulation. | |
| StatusCode | newScanTrigger (const std::string &name, const double thresholdMin, const double thresholdMax, const uint32_t thresholdBins=100, const RatesScanTrigger::TriggerBehaviour_t behaviour=RatesScanTrigger::TriggerBehaviour_t::kTriggerBelowThreshold, const double prescale=1., const std::string &seedName="", const double seedPrecale=1., const Method_t method=kMANUAL, const ExtrapStrat_t extrapolation=kLINEAR) |
| Register a new threshold scan trigger which plots rate as a function of some dependent variable. | |
| StatusCode | newScanTrigger (const std::string &name, const std::vector< double > &thresholdBinEdges, const RatesScanTrigger::TriggerBehaviour_t behaviour=RatesScanTrigger::TriggerBehaviour_t::kTriggerAboveThreshold, const double prescale=1., const std::string &seedName="", const double seedPrecale=1., const Method_t method=kMANUAL, const ExtrapStrat_t extrapolation=kLINEAR) |
| Version of newScanTrigger which takes a vector of bin edges. | |
| StatusCode | addAllExisting () |
| Register all existing triggers in the AOD into the rates algorithm. | |
| StatusCode | addExisting (const std::string &pattern) |
| Register some existing triggers based on wild-card match, e.g. | |
| StatusCode | setTriggerDesicison (const std::string &name, const bool triggerIsPassed=true, const bool triggerIsActive=true) |
| Set the pass/fail decision for an item. | |
| StatusCode | setTriggerDesicison (const std::string &name, const double threshold) |
| Set the pass threshold for a Scan Trigger item. | |
| void | setTargetLumiMu (const double lumi, const double mu) |
| Set the target instantaneous luminosity and mu. | |
| void | setTargetLumiBunches (const double lumi, const int32_t bunches) |
| Set the target instantaneous luminosity and number of bunches. | |
| void | setTargetMuBunches (const double mu, const int32_t bunches) |
| Set the target mu and number of bunches. | |
| void | setTargetLumi (const double lumi) |
| Set the target instantaneous luminosity. | |
| void | setTargetMu (const double mu) |
| Set the target pileup. | |
| void | setExponentialMuScalingFactor (const double f) |
| Set the exponential scaling factor for relevant chains. | |
| virtual StatusCode | sysInitialize () override |
| Function initialising the tool in the correct way in Athena. | |
| virtual StatusCode | sysExecute (const EventContext &) override |
| override to do firstEvent method | |
| template<typename T> | |
| StatusCode | retrieveMetadata (const std::string &folder, const std::string &key, T &out) |
| Helper function to access IOVMetaDataContainer information helped in the MetaDataStore. | |
| template<typename T> | |
| StatusCode | retrieveMetadata (const std::string &folder, const std::string &key, T &out, const IOVTime &time, int channel=-1) |
| Helper function to access IOVMetaDataContainer information held in InputMetaDataStore, but will check IOVTime. | |
| const ServiceHandle< ITHistSvc > & | histSvc () const |
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a pointer to the THistSvc. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Functions providing access to the input/output metadata | |
| const ServiceHandle< StoreGateSvc > & | inputMetaStore () const |
| Const accessor for the input metadata store. | |
| ServiceHandle< StoreGateSvc > & | inputMetaStore () |
| Accessor for the input metadata store. | |
| const ServiceHandle< StoreGateSvc > & | outputMetaStore () const |
| Const accessor for the output metadata store. | |
| ServiceHandle< StoreGateSvc > & | outputMetaStore () |
| Accessor for the output metadata store. | |
Protected Member Functions | |
| virtual StatusCode | initialize () |
| Get the trigger decision tool and set up global groups. | |
| StatusCode | pass_HstpFilter (bool &pass) |
| Boolean indicating if the event passes the HS-softer-than-PU (HSTP) filter. | |
| virtual StatusCode | initialize_extra_content () |
| Initialization of additional payload for inherited classes. | |
| const std::unordered_map< std::string, std::unique_ptr< RatesTrigger > > & | getTriggerMap () const |
| void | updateEvtStore (Gaudi::Details::PropertyBase &prop) |
| virtual void | handle (const Incident &inc) override |
| Function receiving incidents from IncidentSvc/TEvent Experts can override but they should ensure they add AthAnalysisAlgorithm::handle(); to the end of their own implementation. | |
| virtual StatusCode | beginInputFile () |
| Function called when a new input file is opened user can read input metadata from inputMetaStore() | |
| virtual StatusCode | endInputFile () |
| Function called as an input file is being closed. | |
| virtual StatusCode | metaDataStop () |
| Function called before finalize user can read output metadata from outputMetaStore() | |
| virtual StatusCode | firstExecute () |
| Function called when first execute is encountered user can read event information with evtStore() | |
| virtual TFile * | currentFile (const char *evtSelName="EventSelector") final |
| Function returning the TFile pointer of the currently open file of the given EventSelector (in athena jobs this defaults to "EventSelector") | |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| 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. | |
| StatusCode | configAthHistogramming (const ServiceHandle< ITHistSvc > &histSvc, const std::string &prefix, const std::string &rootDir, const std::string &histNamePrefix, const std::string &histNamePostfix, const std::string &histTitlePrefix, const std::string &histTitlePostfix) |
| To be called by the derived classes to fill the internal configuration. | |
| TH1 * | bookGetPointer (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TH1 * | bookGetPointer (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TH1 * | bookGetPointer (TH1 &histRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TTree * | bookGetPointer (const TTree &treeRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TTrees. | |
| TGraph * | bookGetPointer (const TGraph &graphRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TGraphs. | |
| TEfficiency * | bookGetPointer (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TEfficiency * | bookGetPointer (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TEfficiency * | bookGetPointer (TEfficiency &effRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (TH1 &histRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (const TTree &treeRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TTrees. | |
| StatusCode | book (const TGraph &graphRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TGraphs. | |
| StatusCode | book (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (TEfficiency &effRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TH1 * | hist (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered histograms of any type. | |
| TH2 * | hist2d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered 2-d histograms. | |
| TH3 * | hist3d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered 3-d histograms. | |
| TTree * | tree (const std::string &treeName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TTrees. | |
| TGraph * | graph (const std::string &graphName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TGraphs. | |
| TEfficiency * | efficiency (const std::string &effName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TEfficiency. | |
Protected Attributes | |
| double | m_linearLumiFactor |
| WeightingValuesSummary_t | m_weightingValues |
| Possible weighting & lumi extrapolation values for the current event. | |
| double | m_ratesDenominator |
| How much walltime is seen by the algorithm. | |
| Gaudi::Property< bool > | m_doHistograms {this, "DoHistograms", true, "Switch on histogram output of rate vs. mu and position in train."} |
| Gaudi::Property< bool > | m_doMultiSliceDiJet {this, "DoMultiSliceDiJet", false, "Enable the HS-softer-than-PU (HSTP) filter; reweight the Slices according to Jet/ETMiss procedure; recommended by PMG for di-jet slices."} |
| std::unordered_map< std::string, std::unique_ptr< RatesTrigger > > | m_triggers |
| All individual triggers (L1 or HLT) | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
| typedef uint32_t | hash_t |
| typedef for the internal hash | |
| typedef std::map< const hash_t, TH1 * > | HistMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TEfficiency * > | EffMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TTree * > | TreeMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TGraph * > | GraphMap_t |
| Typedef for convenience. | |
Private Member Functions | |
| virtual StatusCode | execute () |
| In first call - register all triggers. | |
| virtual StatusCode | finalize () |
| Print rates. | |
| StatusCode | populateTriggers () |
| Register all triggers to emulate. | |
| StatusCode | executeTrigDecisionToolTriggers () |
| Internal call to get the pass/fail for all TDT triggers. | |
| StatusCode | executeTriggerEmulation () |
| Internal call to get the pass/fail for all automatically emulated triggers. | |
| StatusCode | checkExistingTrigger (const std::string &name, const std::string &seedName) |
| Internal function to check if a supplied HLT trigger and L1 seed match what is stored in the AOD config. | |
| StatusCode | checkGotTDT () |
| Internal check that the TDT is fetched. | |
| void | printInputSummary () const |
| Print the input data instantaneous luminosity, mu and number of bunches. | |
| void | printStatistics () const |
| Print some extra statistics on events processed. | |
| void | printTarget () const |
| Print the target instantaneous luminosity, mu and number of bunches. | |
| void | writeMetadata () |
| Write to outpute tree (if any) the metadata needed downstream. | |
| bool | isCPS (const std::string &group) const |
| String match coherent prescale groups. | |
| bool | isRandomSeed (const std::string &me, const std::string &seed) const |
| String match random L1 items. | |
| uint32_t | getLevel (const std::string &name) const |
| String match to a trigger level. | |
| bool | isZero (double v) const |
| Helper function for floating point subtraction. | |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
| void | buildBookingString (std::string &bookingString, std::string &histName, std::string &tDir, std::string &stream, bool usePrefixPostfix=false) |
| Method to build individual booking string. | |
| void | myReplace (std::string &str, const std::string &oldStr, const std::string &newStr) |
| Helper method to replace sub-string. | |
| hash_t | hash (const std::string &histName) const |
| Method to calculate a 32-bit hash from a string. | |
Private Attributes | |
| std::unordered_map< std::string, std::unique_ptr< RatesScanTrigger > > | m_scanTriggers |
| All individual rates-scan triggers (L1 or HLT) | |
| std::unordered_map< std::string, std::unique_ptr< RatesGroup > > | m_groups |
| All regular and CPS groups. | |
| std::unordered_map< std::string, std::unique_ptr< RatesGroup > > | m_globalGroups |
| Big (master) groups which do the OR of the whole menu. | |
| std::unordered_map< std::string, std::unique_ptr< RatesGroup > > | m_uniqueGroups |
| Groups used to obtain unique rates for chains. | |
| std::unordered_set< RatesTrigger * > | m_activatedTriggers |
| Triggers which were changed & hence need to be reset at the event end. | |
| std::unordered_set< RatesTrigger * > | m_expressTriggers |
| Triggers with non-zero express PS, used to print them at the end. | |
| std::unordered_set< RatesGroup * > | m_activeGroups |
| All groups which are enabled (PS >= 1) | |
| std::unordered_map< size_t, double > | m_lowestPrescale |
| Lowest prescale within a CPS group, key is the hash of the CPS group name. | |
| std::vector< std::string > | m_autoTriggers |
| List of triggers which it is up to us to the algorithm to work out the pass/fail for. | |
| std::unordered_map< std::string, const Trig::ChainGroup * > | m_existingTriggers |
| Map of triggers which we ask the TDT ChainGroup for the pass/fail. | |
| std::unordered_map< std::string, std::string > | m_lowerTrigger |
| Map of triggers lower chain, to tell if a HLT trigger ran or not. | |
| std::vector< std::vector< std::string > > | m_hltChainIDGroup |
| std::vector< std::vector< std::string > > | m_l1ItemID |
| const std::string | m_l1GroupName = "L1" |
| const std::string | m_l2GroupName = "HLT" |
| const std::string | m_expressGroupName = "Express" |
| ToolHandle< IEnhancedBiasWeighter > | m_enhancedBiasRatesTool {this, "EnhancedBiasRatesTool", "EnhancedBiasWeighter/EnhancedBiasRatesTool"} |
| ToolHandle< Trig::TrigDecisionTool > | m_tdt {this, "TrigDecisionTool", "Trig::TrigDecisionTool/TrigDecisionTool"} |
| ServiceHandle< TrigConf::ITrigConfigSvc > | m_configSvc {this, "TrigConfigSvc", "TrigConf::xAODConfigSvc"} |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this, "EventInfo", "EventInfo", "EventInfo name"} |
| SG::ReadHandleKey< xAOD::JetContainer > | m_truthHS_jets_RHKey {this, "TruthHSJetsKey", "AntiKt4TruthJets", "Key for the hard scatter truth jet collection"} |
| SG::ReadHandleKey< xAOD::JetContainer > | m_truthPU_jets_RHKey {this, "truthPUJetsKey", "InTimeAntiKt4TruthJets", "Key for the pileup jet collection"} |
| Gaudi::Property< double > | m_expoScalingFactor {this, "ExpoScalingFactor", 0.1, "Optional. Exponential factor if using exponential-mu rates scaling."} |
| Gaudi::Property< double > | m_inelasticCrossSection {this, "InelasticCrossSection", 8e-26, "Inelastic cross section in units cm^2. Default 80 mb at 13 TeV."} |
| Gaudi::Property< bool > | m_doUniqueRates {this, "DoUniqueRates", false, "Calculate unique rates for all chains (slow). Requires DoGlobalGroups=True too."} |
| Gaudi::Property< bool > | m_doGlobalGroups {this, "DoGlobalGroups", false, "Calculate total rates for each trigger level."} |
| Gaudi::Property< bool > | m_doTriggerGroups {this, "DoTriggerGroups", false, "Calculate total rates for each group of triggers."} |
| Gaudi::Property< bool > | m_doExpressRates {this, "DoExpressRates", false, "Calculate total rates for the express stream."} |
| Gaudi::Property< bool > | m_useBunchCrossingData {this, "UseBunchCrossingData", true, "BunchCrossing data requires CONDBR2 access. Can be disabled here if this is a problem."} |
| Gaudi::Property< bool > | m_currentEventIsUnbiased |
| If the current event was triggered online by RDx or not. | |
| Gaudi::Property< bool > | m_enableLumiExtrapolation {this, "EnableLumiExtrapolation", true, "If false then no extrapolation in L, N_bunch or <mu> will be performed.."} |
| Gaudi::Property< uint32_t > | m_vetoStartOfTrain {this, "VetoStartOfTrain", 0, "How many BCID to veto at the start of a bunch train."} |
| Gaudi::Property< std::map< std::string, std::map< std::string, double > > > | m_prescalesJSON {this, "PrescalesJSON", {}, "Optional JSON of prescales from the TrigMenuRuleBook to apply."} |
| Gaudi::Property< std::string > | m_histogramSuffix {this, "histogramSuffix", "", "Optional suffix to add to the name of the rate denominator histogram."} |
| double | m_targetMu |
| What pileup level the prediction is targeting. | |
| double | m_targetBunches |
| How many bunches the prediction is targeting. | |
| double | m_targetLumi |
| What instantaneous luminosity the prediction is targeting. | |
| uint32_t | m_runNumber |
| What is the RunNumber. | |
| uint32_t | m_eventCounter |
| Count how many events processed. | |
| double | m_weightedEventCounter |
| Count how many weighted events were processed. | |
| TH1D * | m_scalingHist |
| One-bin histogram to store the normalisation of the sample, for use in later combinations. | |
| TH1D * | m_bcidHist |
| Histogram of the BCIDs distribution of the processing. | |
| TTree * | m_metadataTree |
| Used to write out some metadata needed by post-processing (e.g. | |
| ServiceHandle< StoreGateSvc > | m_inputMetaStore |
| Object accessing the input metadata store. | |
| ServiceHandle< StoreGateSvc > | m_outputMetaStore |
| Object accessing the output metadata store. | |
| TFile * | m_currentFile {nullptr} |
| bool | m_doneFirstEvent {false} |
| ServiceHandle< ITHistSvc > | m_histSvc |
| Default constructor: AthHistogramAlgorithm();. | |
| std::string | m_prefix |
| Name of the ROOT output stream (file) | |
| std::string | m_rootDir |
| Name of the ROOT directory. | |
| std::string | m_histNamePrefix |
| The prefix for the histogram THx name. | |
| std::string | m_histNamePostfix |
| The postfix for the histogram THx name. | |
| std::string | m_histTitlePrefix |
| The prefix for the histogram THx title. | |
| std::string | m_histTitlePostfix |
| The postfix for the histogram THx title. | |
| DataObjIDColl | m_extendedExtraObjects |
| StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) | |
| StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) | |
| std::vector< SG::VarHandleKeyArray * > | m_vhka |
| bool | m_varHandleArraysDeclared |
| HistMap_t | m_histMap |
| The map of histogram names to their pointers. | |
| EffMap_t | m_effMap |
| The map of histogram names to their pointers. | |
| TreeMap_t | m_treeMap |
| The map of TTree names to their pointers. | |
| GraphMap_t | m_graphMap |
| The map of TGraph names to their pointers. | |
| std::string | m_streamName |
| Name of the ROOT output stream (file) | |
| std::string | m_name |
| Instance name. | |
| MsgStream | m_msg |
| Cached Message Stream. | |
virtual analysis class for performing rates studies on AOD Pure virtual base class for trigger rate studies on EnhancedBias or MC AOD files.
This class should be inherited and the user should implement ratesInitialize, ratesExecute and ratesFinalize. Triggers to emulate should be added in ratesInitialize with newTrigger or other members such as addExisting. Manually emulated triggers should have their decision supplied during ratesExecute using setTriggerDesicison. Rates will be reported at the end.
Definition at line 37 of file RatesAnalysisAlg.h.
|
privateinherited |
Typedef for convenience.
Definition at line 205 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 219 of file AthHistogramming.h.
|
privateinherited |
typedef for the internal hash
Definition at line 169 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 198 of file AthHistogramming.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
privateinherited |
Typedef for convenience.
Definition at line 212 of file AthHistogramming.h.
Method by which the trigger pass/fail decision is calculated.
Via manual or automated emulator or using the Trigger Decision Tool for a pre-existing item.
| Enumerator | |
|---|---|
| kMANUAL | The pass/fail decision is evaluated by the user and supplied per event using setTriggerDesicison. |
| kAUTO | The pass/fail decision is automatically emulated per event based on decoding the trigger name. |
| kEXISTING | The pass/fail decision is taken from the Trigger Decision Tool for an existing trigger. |
Definition at line 43 of file RatesAnalysisAlg.h.
| RatesAnalysisAlg::RatesAnalysisAlg | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 22 of file RatesAnalysisAlg.cxx.
|
virtual |
Definition at line 38 of file RatesAnalysisAlg.cxx.
| StatusCode RatesAnalysisAlg::addAllExisting | ( | ) |
Register all existing triggers in the AOD into the rates algorithm.
Definition at line 189 of file RatesAnalysisAlg.cxx.
| StatusCode RatesAnalysisAlg::addExisting | ( | const std::string & | pattern | ) |
Register some existing triggers based on wild-card match, e.g.
"L1_.*" for all L1.
| pattern | Wild-card string to match in trigger name |
Definition at line 198 of file RatesAnalysisAlg.cxx.
|
protectedvirtualinherited |
Function called when a new input file is opened user can read input metadata from inputMetaStore()
Dummy implementation that can be overridden by the derived tool.
Reimplemented in MuonVal::MetaDataAlg.
Definition at line 114 of file AthAnalysisAlgorithm.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 335 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 303 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 403 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 356 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 346 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 324 of file AthHistogramming.h.
|
inlineprotectedinherited |
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 281 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
Definition at line 427 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 260 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 312 of file AthHistogramming.cxx.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 146 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 293 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 98 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 272 of file AthHistogramming.h.
|
privateinherited |
Method to build individual booking string.
Definition at line 560 of file AthHistogramming.cxx.
|
private |
Internal function to check if a supplied HLT trigger and L1 seed match what is stored in the AOD config.
Definition at line 329 of file RatesAnalysisAlg.cxx.
|
private |
Internal check that the TDT is fetched.
Definition at line 314 of file RatesAnalysisAlg.cxx.
|
protectedinherited |
To be called by the derived classes to fill the internal configuration.
Definition at line 66 of file AthHistogramming.cxx.
|
finalprotectedvirtualinherited |
Function returning the TFile pointer of the currently open file of the given EventSelector (in athena jobs this defaults to "EventSelector")
Definition at line 147 of file AthAnalysisAlgorithm.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
protectedinherited |
Simplify the retrieval of registered TEfficiency.
Definition at line 250 of file AthHistogramming.cxx.
|
protectedvirtualinherited |
Function called as an input file is being closed.
Dummy implementation that can be overridden by the derived tool.
Definition at line 122 of file AthAnalysisAlgorithm.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
privatevirtual |
In first call - register all triggers.
Then load event weighting parameters, fill trigger decisions, compute group rates.
Definition at line 634 of file RatesAnalysisAlg.cxx.
|
private |
Internal call to get the pass/fail for all TDT triggers.
Definition at line 717 of file RatesAnalysisAlg.cxx.
|
private |
Internal call to get the pass/fail for all automatically emulated triggers.
Definition at line 730 of file RatesAnalysisAlg.cxx.
|
protectedinherited |
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
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
|
privatevirtual |
Print rates.
Definition at line 738 of file RatesAnalysisAlg.cxx.
|
protectedvirtualinherited |
Function called when first execute is encountered user can read event information with evtStore()
Dummy implementation that can be overridden by the derived tool.
Reimplemented in CP::JetTileCorrectionAlg.
Definition at line 139 of file AthAnalysisAlgorithm.cxx.
|
private |
String match to a trigger level.
If unknown, we assume HLT.
Definition at line 867 of file RatesAnalysisAlg.cxx.
|
protected |
Definition at line 194 of file RatesAnalysisAlg.cxx.
|
protectedinherited |
Simplify the retrieval of registered TGraphs.
Definition at line 492 of file AthHistogramming.cxx.
|
overrideprotectedvirtualinherited |
Function receiving incidents from IncidentSvc/TEvent Experts can override but they should ensure they add AthAnalysisAlgorithm::handle(); to the end of their own implementation.
Definition at line 83 of file AthAnalysisAlgorithm.cxx.
|
inlineprivateinherited |
Method to calculate a 32-bit hash from a string.
Definition at line 428 of file AthHistogramming.h.
|
protectedinherited |
Simplify the retrieval of registered histograms of any type.
Definition at line 198 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the retrieval of registered 2-d histograms.
Definition at line 369 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the retrieval of registered 3-d histograms.
Definition at line 386 of file AthHistogramming.h.
|
inlineinherited |
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a pointer to the THistSvc.
Definition at line 113 of file AthHistogramAlgorithm.h.
|
protectedvirtual |
Get the trigger decision tool and set up global groups.
Reimplemented in L1TopoRatesCalculator.
Definition at line 377 of file RatesAnalysisAlg.cxx.
|
protectedvirtual |
Initialization of additional payload for inherited classes.
Reimplemented in RatesEmulationExample.
Definition at line 373 of file RatesAnalysisAlg.cxx.
|
overridevirtualinherited |
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.
|
inlineinherited |
Accessor for the input metadata store.
Definition at line 51 of file AthAnalysisAlgorithm.h.
|
inlineinherited |
|
private |
String match coherent prescale groups.
| group | Name of a trigger group |
Definition at line 856 of file RatesAnalysisAlg.cxx.
|
private |
String match random L1 items.
Definition at line 860 of file RatesAnalysisAlg.cxx.
|
inlineprivate |
Helper function for floating point subtraction.
Definition at line 248 of file RatesAnalysisAlg.h.
|
protectedvirtualinherited |
Function called before finalize user can read output metadata from outputMetaStore()
Dummy implementation that can be overridden by the derived tool.
Definition at line 130 of file AthAnalysisAlgorithm.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
privateinherited |
Helper method to replace sub-string.
Definition at line 590 of file AthHistogramming.cxx.
| StatusCode RatesAnalysisAlg::newScanTrigger | ( | const std::string & | name, |
| const double | thresholdMin, | ||
| const double | thresholdMax, | ||
| const uint32_t | thresholdBins = 100, | ||
| const RatesScanTrigger::TriggerBehaviour_t | behaviour = RatesScanTrigger::TriggerBehaviour_t::kTriggerBelowThreshold, | ||
| const double | prescale = 1., | ||
| const std::string & | seedName = "", | ||
| const double | seedPrecale = 1., | ||
| const Method_t | method = kMANUAL, | ||
| const ExtrapStrat_t | extrapolation = kLINEAR ) |
Register a new threshold scan trigger which plots rate as a function of some dependent variable.
| name | The name of the emulated scan trigger. Recommend either a "L1_" or "HLT_" prefix. |
| thresholdMin | The lower threshold of this trigger, rates will not be available below this threshold |
| thresholdMax | The upper threshold of this trigger, rates will not be available above this threshold |
| thresholdBins | Granularity |
| behaviour | If the trigger should activate above (kTriggerAboveThreshold) or below (kTriggerBelowThreshold) the threshold |
| prescale | The prescale value to simulate applying. Default 1 |
| seedName | The name of any lower seeding e.g. L1 item. This info is required to get group rates correct |
| seedPrescale | The prescale of any L1 seed item. Default 1. |
| method | Determines who is responsible for evaluating the emulated trigger decision, you (kMANUAL) or the algorithm (kAUTO or kEXISTING). |
| extrapolation | Determines the triggers luminosity extrapolation behaviour. |
Definition at line 40 of file RatesAnalysisAlg.cxx.
| StatusCode RatesAnalysisAlg::newScanTrigger | ( | const std::string & | name, |
| const std::vector< double > & | thresholdBinEdges, | ||
| const RatesScanTrigger::TriggerBehaviour_t | behaviour = RatesScanTrigger::TriggerBehaviour_t::kTriggerAboveThreshold, | ||
| const double | prescale = 1., | ||
| const std::string & | seedName = "", | ||
| const double | seedPrecale = 1., | ||
| const Method_t | method = kMANUAL, | ||
| const ExtrapStrat_t | extrapolation = kLINEAR ) |
Version of newScanTrigger which takes a vector of bin edges.
| thresholdBinEdged | Vector of bin edges to use for quantifying rate as a function of threshold |
Definition at line 65 of file RatesAnalysisAlg.cxx.
| StatusCode RatesAnalysisAlg::newTrigger | ( | const std::string & | name, |
| const double | prescale = 1., | ||
| const double | expressPrescale = -1., | ||
| const std::string & | seedName = "", | ||
| const double | seedPrecale = 1., | ||
| const std::set< std::string > & | groups = std::set<std::string>(), | ||
| const Method_t | method = kMANUAL, | ||
| const ExtrapStrat_t | extrapolation = kLINEAR ) |
Register a new trigger for emulation.
| name | The name of the emulated trigger. Recommend either a "L1_" or "HLT_" prefix. |
| prescale | The prescale value to simulate applying. Default 1 |
| expressPrescale | The prescale value to simulate applying to the express stream. Default -1 |
| seedName | The name of any lower seeding e.g. L1 item. This info is required to get group rates correct when multiple chains seed of the same prescaled L1 item. |
| seedPrescale | The prescale of any L1 seed item. Default 1. |
| Comma | separated list of groups to include this trigger in. Any group containing "CPS" will be simulated as a coherent prescale group and implies that all members of that group share a common L1 seed. |
| method | Determines who is responsible for evaluating the emulated trigger decision, you (kMANUAL) or the algorithm (kAUTO or kEXISTING). |
| extrapolation | Determines the triggers luminosity extrapolation behaviour. |
Definition at line 109 of file RatesAnalysisAlg.cxx.
| StatusCode RatesAnalysisAlg::newTrigger | ( | const std::string & | name, |
| const double | prescale = 1., | ||
| const double | expressPrescale = -1., | ||
| const std::string & | seedName = "", | ||
| const double | seedPrecale = 1., | ||
| const std::string & | groups = "", | ||
| const Method_t | method = kMANUAL, | ||
| const ExtrapStrat_t | extrapolation = kLINEAR ) |
Version of newTrigger which accepts a set of group names rather than a comma separated string.
Definition at line 89 of file RatesAnalysisAlg.cxx.
|
overridevirtualinherited |
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.
|
inlineinherited |
Accessor for the output metadata store.
Definition at line 55 of file AthAnalysisAlgorithm.h.
|
inlineinherited |
|
protected |
Boolean indicating if the event passes the HS-softer-than-PU (HSTP) filter.
Definition at line 613 of file RatesAnalysisAlg.cxx.
|
private |
Register all triggers to emulate.
This is actually done at the start of the event loop such that the TDT has access to the configuration.
Definition at line 403 of file RatesAnalysisAlg.cxx.
|
private |
Print the input data instantaneous luminosity, mu and number of bunches.
Note this is averaged as the data are processed - so should only be printed at the end.
Definition at line 846 of file RatesAnalysisAlg.cxx.
|
private |
Print some extra statistics on events processed.
Definition at line 842 of file RatesAnalysisAlg.cxx.
|
private |
Print the target instantaneous luminosity, mu and number of bunches.
Definition at line 834 of file RatesAnalysisAlg.cxx.
|
pure virtual |
To be implemented by the user.
Supply pass/fail for all "triggers"
Implemented in FullMenu, L1TopoRatesCalculator, and RatesEmulationExample.
|
pure virtual |
To be implemented by the user.
Implemented in FullMenu, L1TopoRatesCalculator, and RatesEmulationExample.
|
pure virtual |
To be implemented by the user.
Register "triggers" to calculate the rate for
Implemented in FullMenu, L1TopoRatesCalculator, and RatesEmulationExample.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
inlineinherited |
Helper function to access IOVMetaDataContainer information helped in the MetaDataStore.
Definition at line 65 of file AthAnalysisAlgorithm.h.
|
inlineinherited |
Helper function to access IOVMetaDataContainer information held in InputMetaDataStore, but will check IOVTime.
Also can give a channel (leave as -1 to take first available) IOVTime(runNumber, eventNumber) is a valid constructor for example
Definition at line 76 of file AthAnalysisAlgorithm.h.
|
inline |
Set the exponential scaling factor for relevant chains.
scaling = exp(f * (targetMu - eventMu))
| f | Exponential factor |
Definition at line 184 of file RatesAnalysisAlg.h.
|
inline |
Set the target instantaneous luminosity.
Assumes a full-ring. Mu is derived.
| lumi | The target lumi in cm-2s-1 |
Definition at line 172 of file RatesAnalysisAlg.h.
| void RatesAnalysisAlg::setTargetLumiBunches | ( | const double | lumi, |
| const int32_t | bunches ) |
Set the target instantaneous luminosity and number of bunches.
Mu is derived.
| lumi | The target lumi in cm-2s-1 |
| bunches | The target number of paired bunches |
Definition at line 796 of file RatesAnalysisAlg.cxx.
| void RatesAnalysisAlg::setTargetLumiMu | ( | const double | lumi, |
| const double | mu ) |
Set the target instantaneous luminosity and mu.
Number of bunches in the ring is derived.
| lumi | The target lumi in cm-2s-1 |
| mu | The target pileup |
Definition at line 776 of file RatesAnalysisAlg.cxx.
|
inline |
Set the target pileup.
Assumes a full-ring. Inst. lumi is derived.
| mu | The target pileup |
Definition at line 178 of file RatesAnalysisAlg.h.
| void RatesAnalysisAlg::setTargetMuBunches | ( | const double | mu, |
| const int32_t | bunches ) |
Set the target mu and number of bunches.
The instantaneous luminosity is derived.
| mu | The target pileup |
| bunches | The target number of paired bunches |
Definition at line 813 of file RatesAnalysisAlg.cxx.
| StatusCode RatesAnalysisAlg::setTriggerDesicison | ( | const std::string & | name, |
| const bool | triggerIsPassed = true, | ||
| const bool | triggerIsActive = true ) |
Set the pass/fail decision for an item.
| name | Name of the registered trigger |
| triggerIsPassed | Trigger decision. |
Definition at line 346 of file RatesAnalysisAlg.cxx.
| StatusCode RatesAnalysisAlg::setTriggerDesicison | ( | const std::string & | name, |
| const double | threshold ) |
Set the pass threshold for a Scan Trigger item.
| name | Name of the registered scan-trigger |
| threshold | The passed threshold in the event |
Definition at line 362 of file RatesAnalysisAlg.cxx.
|
overridevirtualinherited |
override to do firstEvent method
Definition at line 72 of file AthAnalysisAlgorithm.cxx.
|
overridevirtualinherited |
Function initialising the tool in the correct way in Athena.
Reimplemented from AthHistogramAlgorithm.
Definition at line 50 of file AthAnalysisAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
protectedinherited |
Simplify the retrieval of registered TTrees.
Definition at line 378 of file AthHistogramming.cxx.
|
protectedinherited |
Definition at line 45 of file AthAnalysisAlgorithm.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Write to outpute tree (if any) the metadata needed downstream.
Definition at line 873 of file RatesAnalysisAlg.cxx.
|
private |
Triggers which were changed & hence need to be reset at the event end.
Definition at line 255 of file RatesAnalysisAlg.h.
|
private |
All groups which are enabled (PS >= 1)
Definition at line 257 of file RatesAnalysisAlg.h.
|
private |
List of triggers which it is up to us to the algorithm to work out the pass/fail for.
Definition at line 259 of file RatesAnalysisAlg.h.
|
private |
Histogram of the BCIDs distribution of the processing.
Definition at line 300 of file RatesAnalysisAlg.h.
|
private |
Definition at line 273 of file RatesAnalysisAlg.h.
|
private |
If the current event was triggered online by RDx or not.
Random seeded HLT chains must only see these
Definition at line 286 of file RatesAnalysisAlg.h.
|
privateinherited |
Definition at line 120 of file AthAnalysisAlgorithm.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 284 of file RatesAnalysisAlg.h.
|
private |
Definition at line 282 of file RatesAnalysisAlg.h.
|
protected |
Definition at line 191 of file RatesAnalysisAlg.h.
|
protected |
Definition at line 192 of file RatesAnalysisAlg.h.
|
privateinherited |
Definition at line 122 of file AthAnalysisAlgorithm.h.
|
private |
Definition at line 283 of file RatesAnalysisAlg.h.
|
private |
Definition at line 281 of file RatesAnalysisAlg.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 208 of file AthHistogramming.h.
|
private |
Definition at line 287 of file RatesAnalysisAlg.h.
|
private |
Definition at line 271 of file RatesAnalysisAlg.h.
|
private |
Count how many events processed.
Definition at line 296 of file RatesAnalysisAlg.h.
|
private |
Definition at line 275 of file RatesAnalysisAlg.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
private |
Map of triggers which we ask the TDT ChainGroup for the pass/fail.
Definition at line 261 of file RatesAnalysisAlg.h.
|
private |
Definition at line 279 of file RatesAnalysisAlg.h.
|
private |
Definition at line 269 of file RatesAnalysisAlg.h.
|
private |
Triggers with non-zero express PS, used to print them at the end.
Definition at line 256 of file RatesAnalysisAlg.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
private |
Big (master) groups which do the OR of the whole menu.
Definition at line 252 of file RatesAnalysisAlg.h.
|
privateinherited |
The map of TGraph names to their pointers.
Definition at line 222 of file AthHistogramming.h.
|
private |
All regular and CPS groups.
Definition at line 251 of file RatesAnalysisAlg.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 201 of file AthHistogramming.h.
|
privateinherited |
The postfix for the histogram THx name.
Definition at line 97 of file AthHistogramAlgorithm.h.
|
privateinherited |
The prefix for the histogram THx name.
Definition at line 94 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 290 of file RatesAnalysisAlg.h.
|
privateinherited |
Default constructor: AthHistogramAlgorithm();.
a handle on the Hist/TTree registration service
Definition at line 83 of file AthHistogramAlgorithm.h.
|
privateinherited |
The postfix for the histogram THx title.
Definition at line 103 of file AthHistogramAlgorithm.h.
|
privateinherited |
The prefix for the histogram THx title.
Definition at line 100 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 264 of file RatesAnalysisAlg.h.
|
private |
Definition at line 280 of file RatesAnalysisAlg.h.
|
privateinherited |
Object accessing the input metadata store.
Definition at line 116 of file AthAnalysisAlgorithm.h.
|
private |
Definition at line 267 of file RatesAnalysisAlg.h.
|
private |
Definition at line 265 of file RatesAnalysisAlg.h.
|
private |
Definition at line 268 of file RatesAnalysisAlg.h.
|
protected |
Definition at line 188 of file RatesAnalysisAlg.h.
|
private |
Map of triggers lower chain, to tell if a HLT trigger ran or not.
Definition at line 262 of file RatesAnalysisAlg.h.
|
private |
Lowest prescale within a CPS group, key is the hash of the CPS group name.
Definition at line 258 of file RatesAnalysisAlg.h.
|
private |
Used to write out some metadata needed by post-processing (e.g.
bunchgroup, lumi)
Definition at line 302 of file RatesAnalysisAlg.h.
|
privateinherited |
Cached Message Stream.
Definition at line 248 of file AthHistogramming.h.
|
privateinherited |
Instance name.
Definition at line 245 of file AthHistogramming.h.
|
privateinherited |
Object accessing the output metadata store.
Definition at line 118 of file AthAnalysisAlgorithm.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 88 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 289 of file RatesAnalysisAlg.h.
|
protected |
How much walltime is seen by the algorithm.
This is what we need to normalise to.
Definition at line 190 of file RatesAnalysisAlg.h.
|
privateinherited |
Definition at line 91 of file AthHistogramAlgorithm.h.
|
private |
What is the RunNumber.
Definition at line 295 of file RatesAnalysisAlg.h.
|
private |
One-bin histogram to store the normalisation of the sample, for use in later combinations.
Definition at line 299 of file RatesAnalysisAlg.h.
|
private |
All individual rates-scan triggers (L1 or HLT)
Definition at line 250 of file RatesAnalysisAlg.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 226 of file AthHistogramming.h.
|
private |
How many bunches the prediction is targeting.
Definition at line 293 of file RatesAnalysisAlg.h.
|
private |
What instantaneous luminosity the prediction is targeting.
Definition at line 294 of file RatesAnalysisAlg.h.
|
private |
What pileup level the prediction is targeting.
Definition at line 292 of file RatesAnalysisAlg.h.
|
private |
Definition at line 272 of file RatesAnalysisAlg.h.
|
privateinherited |
The map of TTree names to their pointers.
Definition at line 215 of file AthHistogramming.h.
|
protected |
All individual triggers (L1 or HLT)
Definition at line 195 of file RatesAnalysisAlg.h.
|
private |
Definition at line 276 of file RatesAnalysisAlg.h.
|
private |
Definition at line 277 of file RatesAnalysisAlg.h.
|
private |
Groups used to obtain unique rates for chains.
Definition at line 253 of file RatesAnalysisAlg.h.
|
private |
Definition at line 285 of file RatesAnalysisAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Definition at line 288 of file RatesAnalysisAlg.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Count how many weighted events were processed.
Definition at line 297 of file RatesAnalysisAlg.h.
|
protected |
Possible weighting & lumi extrapolation values for the current event.
Definition at line 189 of file RatesAnalysisAlg.h.