|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CSCSegmValMonAlg_H
6 #define CSCSegmValMonAlg_H
11 #include "GaudiKernel/ServiceHandle.h"
12 #include "GaudiKernel/ToolHandle.h"
27 class MeasurementBase;
46 typedef std::vector<const Trk::MeasurementBase*>::const_iterator
TrkSegmIter;
52 bool segmSlopeCut(
const float csc_x,
const float csc_ax,
const float cut )
const;
57 "Muon::MuonEDMHelperSvc/MuonEDMHelperSvc",
58 "Handle to the service providing the IMuonEDMHelperSvc interface" };
63 Gaudi::Property<bool>
m_doEvtSel{
this,
"DoEventSelection",
false};
64 Gaudi::Property<double>
m_segmSlope{
this,
"SegmentSlopeCut",0};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual ~CSCSegmValMonAlg()=default
Destructor.
std::vector< TH1 * > SegmHistType
std::vector< const Trk::MeasurementBase * > TrkSegmType
std::vector< const Trk::MeasurementBase * >::const_iterator TrkSegmIter
bool isCscSegment(const Muon::MuonSegment *seg) const
CSCSegmValMonAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
std::vector< TH1 * >::const_iterator SegmHistIter
virtual StatusCode fillHistograms(const EventContext &ctx) const override
adds event to the monitoring histograms
Base class for Athena Monitoring Algorithms.
ServiceHandle< Muon::IMuonEDMHelperSvc > m_edmHelperSvc
unsigned int cscHits(const Muon::MuonSegment *seg) const
Gaudi::Property< bool > m_doEvtSel
virtual StatusCode initialize() override
initialize
::StatusCode StatusCode
StatusCode definition for legacy code.
cut
This script demonstrates how to call a C++ class from Python Also how to use PyROOT is shown.
SG::ReadHandleKeyArray< Trk::SegmentCollection > m_segmKey
Header file to be included by clients of the Monitored infrastructure.
Gaudi::Property< std::vector< std::string > > m_sampSelTriggers
Ensure that the ATLAS eigen extensions are properly loaded.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
bool evtSelTriggersPassed() const
enum CSCSegmValMonAlg::EndCaps EndCapType
bool segmSlopeCut(const float csc_x, const float csc_ax, const float cut) const
Gaudi::Property< double > m_segmSlope