![]() |
ATLAS Offline Software
|
#include <MuonHoughTransformTester.h>
Classes | |
| struct | ObjectMatching |
Public Types | |
| using | TruthHitCol = std::unordered_set<const xAOD::MuonSimHit*> |
Public Member Functions | |
| virtual | ~MuonHoughTransformTester ()=default |
| virtual StatusCode | initialize () override |
| virtual StatusCode | execute (const EventContext &ctx) override |
| Execute method. | |
| virtual StatusCode | finalize () override |
| AthHistogramAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | |
| Constructor with parameters: | |
| virtual StatusCode | sysInitialize () |
| Initialization method invoked by the framework. | |
| 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 bool | isClonable () const override |
| Specify if the algorithm is clonable. | |
| virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| virtual bool | filterPassed (const EventContext &ctx) const |
| Get filter decision: | |
| virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
| Set filter decision: | |
| 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 |
Protected Member Functions | |
| virtual bool | isReEntrant () const override final |
| Legacy algorithms are not thread-safe. | |
| 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. | |
Private Types | |
| using | FloatVecBrPtr_t = std::shared_ptr<MuonVal::VectorBranch<float>> |
| 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 | |
| std::vector< ObjectMatching > | matchWithTruth (const MuonR4::SegmentSeedContainer &seedContainer, const xAOD::MuonSegmentContainer &segmentContainer, const xAOD::MuonSegmentContainer *truthSegments) const |
| unsigned int | countOnSameSide (const xAOD::MuonSegment &truthSeg, const xAOD::MuonSegment &recoSeg) const |
| Calculates how many measurements from the segment fit have the same drift sign as when evaluated with the truth parameters. | |
| void | fillChamberInfo (const MuonGMR4::SpectrometerSector *chamber) |
| Fill the current chamber info into the output. | |
| void | fillTruthInfo (const ActsTrk::GeometryContext &gctx, const xAOD::MuonSegment *truthSegment) |
| Fill the associated truth information into the tree. | |
| void | fillBucketInfo (const MuonR4::SpacePointBucket &bucket) |
| Fill the hit summary info of the associated bucket. | |
| void | fillSeedInfo (const ObjectMatching &obj) |
| Fill the info associated to the seed. | |
| void | fillSegmentInfo (const ObjectMatching &obj) |
| Fill the info assciated to the segment. | |
| void | fillRecoSummary (const xAOD::MuonSegment &recoSegment) |
| void | fillTruthSummary (const xAOD::MuonSegment &recoSegment) |
| 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 | |
| MuonVal::MuonTesterTree | m_tree {"MuonEtaHoughTest","MuonEtaHoughTransformTest"} |
| SG::ReadHandleKey< xAOD::MuonSegmentContainer > | m_truthSegmentKey {this, "TruthSegmentKey","MuonTruthSegments", "truth segment container"} |
| Key to the truth segment. | |
| SG::ReadDecorHandleKeyArray< xAOD::MuonSegmentContainer > | m_truthSegLinkKeys {this, "TruthSegLinkKeys", {}} |
| Declare the dependencies on the decorations. | |
| Gaudi::Property< std::vector< std::string > > | m_truthLinks {this, "TruthSegLinks", {"simHitLinks", "truthParticleLink"}} |
| Name of the decorations for the truth segment. | |
| SG::ReadHandleKey< xAOD::MuonSegmentContainer > | m_recoSegKey {this, "SegmentKey", "MuonSegmentsFromR4"} |
| Key to the xAOD::MuonSegment container. | |
| Gaudi::Property< std::vector< std::string > > | m_recoSegLinks {this, "RecoSegLinks", {"truthSegmentLink", "truthParticleLink"}} |
| name of the truth link decorations for the reco segment container | |
| SG::ReadHandleKeyArray< MuonR4::SegmentSeedContainer > | m_patternSeedKeys {this, "SegmentSeedKeys", {"MuonHoughStationSegmentSeeds"}} |
| List of the two segment seed containers from which the segments are buiit (Complets the pattern finding step). | |
| SG::ReadHandleKeyArray< MuonR4::SpacePointContainer > | m_spKeys {this, "SpacePointKeys", {"MuonSpacePoints"}} |
| List of the space point containers in the event legacy + NSW containers. | |
| ActsTrk::GeoContextReadKey_t | m_geoCtxKey {this, "AlignmentKey", "ActsAlignment", "cond handle key"} |
| Tracking geometry context. | |
| ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"} |
| Gaudi::Property< bool > | m_isMC {this, "isMC", false, "Toggle whether the job is ran on MC or not"} |
| Gaudi::Property< bool > | m_writeSpacePoints |
| MuonVal::ScalarBranch< int > & | m_out_chamberIndex {m_tree.newScalar<int>("chamberIndex")} |
| ====== Common block: Filled for all entries =========== | |
| MuonVal::ScalarBranch< short > & | m_out_stationSide {m_tree.newScalar<short>("stationSide")} |
| +1 for A-, -1 of C-side | |
| MuonVal::ScalarBranch< int > & | m_out_stationPhi {m_tree.newScalar<int>("stationPhi")} |
| phi index of the station | |
| MuonVal::ScalarBranch< float > & | m_out_bucketStart {m_tree.newScalar<float>("bucket_start", 1)} |
| MuonVal::ScalarBranch< float > & | m_out_bucketEnd {m_tree.newScalar<float>("bucket_end", -1)} |
| MuonVal::ScalarBranch< float > & | m_out_bucketEtaHitGap {m_tree.newScalar<float>("bucket_etaHitGap", 0.)} |
| std::shared_ptr< SpacePointTesterModule > | m_spTester {} |
| Branch dumping all the space points from the difference buckets. | |
| MuonVal::MatrixBranch< unsigned char > & | m_spMatchedToPattern {m_tree.newMatrix<unsigned char>("seed_matchedSpacPoins")} |
| Branch indicating which space points in the tree are associated to the i-th pattern. | |
| MuonVal::MatrixBranch< unsigned char > & | m_spMatchedToSegment {m_tree.newMatrix<unsigned char>("segment_matchedSpacePoints")} |
| Branch indicating which space points in the tree are associated to the i-th segment. | |
| MuonVal::ScalarBranch< unsigned char > & | m_out_nSpacePoints {m_tree.newScalar<unsigned char>("bucket_nHits",0)} |
| Number of all space points in the bucket. | |
| MuonVal::ScalarBranch< unsigned char > & | m_out_nPrecSpacePoints {m_tree.newScalar<unsigned char>("bucket_nPrecMeas",0)} |
| Number of precision hits in the bucket. | |
| MuonVal::ScalarBranch< unsigned char > & | m_out_nPhiSpacePoints {m_tree.newScalar<unsigned char>("bucket_nPhiMeass",0)} |
| Number of phi hits in the bucket. | |
| MuonVal::ScalarBranch< unsigned char > & | m_out_nTrueSpacePoints {m_tree.newScalar<unsigned char>("bucket_nTrueMeas",0)} |
| Number of all space points in the bucket. | |
| MuonVal::ScalarBranch< unsigned char > & | m_out_nTruePrecSpacePoints {m_tree.newScalar<unsigned char>("bucket_nTruePrecMeas",0)} |
| Number of precision hits in the bucket. | |
| MuonVal::ScalarBranch< unsigned char > & | m_out_nTruePhiSpacePoints {m_tree.newScalar<unsigned char>("bucket_nTruePhiMeass",0)} |
| Number of phi hits in the bucket. | |
| MuonVal::ScalarBranch< char > & | m_out_hasTruth {m_tree.newScalar<char>("gen_exists",false)} |
| ======= Truth block: Filled if we have a truth match. ============ | |
| MuonVal::ScalarBranch< float > & | m_out_gen_Eta {m_tree.newScalar<float>("gen_eta",-10.)} |
| global particle properties | |
| MuonVal::ScalarBranch< float > & | m_out_gen_Phi {m_tree.newScalar<float>("gen_phi",-10.)} |
| MuonVal::ScalarBranch< float > & | m_out_gen_Pt {m_tree.newScalar<float>("gen_pt",-10.)} |
| MuonVal::ScalarBranch< short > & | m_out_gen_Q {m_tree.newScalar<short>("gen_q", 0)} |
| MuonVal::ScalarBranch< float > & | m_out_gen_y0 {m_tree.newScalar<float>("gen_y0", 0.0)} |
| Truth - segment parameters. | |
| MuonVal::ScalarBranch< float > & | m_out_gen_tanbeta {m_tree.newScalar<float>("gen_tanBeta", 0.0)} |
| MuonVal::ScalarBranch< float > & | m_out_gen_tanalpha {m_tree.newScalar<float>("gen_tanAlpha", 0.0)} |
| MuonVal::ScalarBranch< float > & | m_out_gen_x0 {m_tree.newScalar<float>("gen_x0", 0.0)} |
| MuonVal::ScalarBranch< float > & | m_out_gen_time {m_tree.newScalar<float>("gen_time", 0.0)} |
| MuonVal::ScalarBranch< int > & | m_out_gen_truthOrigin {m_tree.newScalar<int>("gen_origin", -1)} |
| MuonVal::ScalarBranch< int > & | m_out_gen_truthType {m_tree.newScalar<int>("gen_type", -1)} |
| MuonVal::ScalarBranch< float > & | m_out_gen_truthBeta {m_tree.newScalar<float>("gen_beta", -1)} |
| MuonVal::ScalarBranch< int > & | m_out_gen_truthPdgId {m_tree.newScalar<int>("gen_pdgId", 0)} |
| MuonVal::ScalarBranch< unsigned short > & | m_out_gen_nPrecHits {m_tree.newScalar<unsigned short>("gen_nPrecHits",0)} |
| Truth - hit count summary. | |
| MuonVal::ScalarBranch< unsigned short > & | m_out_gen_nTrigEtaHits {m_tree.newScalar<unsigned short>("gen_nTrigEtaHits",0)} |
| MuonVal::ScalarBranch< unsigned short > & | m_out_gen_nTrigPhiHits {m_tree.newScalar<unsigned short>("gen_nTrigPhiHits",0)} |
| MuonVal::ScalarBranch< unsigned short > & | m_out_gen_nMmEtaHits {m_tree.newScalar<unsigned short>("gen_nMmEtaHits",0)} |
| MuonVal::ScalarBranch< unsigned short > & | m_out_gen_nMmStereoHits {m_tree.newScalar<unsigned short>("gen_nMmStereoHits",0)} |
| MuonVal::ScalarBranch< unsigned short > & | m_out_gen_nStgcHits {m_tree.newScalar<unsigned short>("gen_nStgcHits",0)} |
| MuonVal::ScalarBranch< float > & | m_out_gen_minYhit {m_tree.newScalar<float>("gen_hitMinY0", 1.0)} |
| MuonVal::ScalarBranch< float > & | m_out_gen_maxYhit {m_tree.newScalar<float>("gen_hitMaxY0", -1.0)} |
| MuonVal::ScalarBranch< unsigned > & | m_out_seed_n {m_tree.newScalar<unsigned>("nSeeds", 0)} |
| ========== Seed block: Filled when we have one or multiple seeds ============= seed count | |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_hasPhiExtension {m_tree.newVector<unsigned short>("seed_hasPhiExtension", false)} |
| MuonVal::VectorBranch< float > & | m_out_seed_y0 {m_tree.newVector<float>("seed_y0", 0.0)} |
| MuonVal::VectorBranch< float > & | m_out_seed_x0 {m_tree.newVector<float>("seed_x0", 0.0)} |
| MuonVal::VectorBranch< float > & | m_out_seed_tanbeta {m_tree.newVector<float>("seed_tanBeta", 0.0)} |
| MuonVal::VectorBranch< float > & | m_out_seed_tanalpha {m_tree.newVector<float>("seed_tanAlpha", 0.0)} |
| MuonVal::VectorBranch< float > & | m_out_seed_minYhit {m_tree.newVector<float>("seed_hitMinY0", 1.0)} |
| MuonVal::VectorBranch< float > & | m_out_seed_maxYhit {m_tree.newVector<float>("seed_hitMaxY0", -1.0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nPrecHits {m_tree.newVector<unsigned short>("seed_nPrecHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nEtaHits {m_tree.newVector<unsigned short>("seed_nTrigEtaHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nPhiHits {m_tree.newVector<unsigned short>("seed_nTrigPhiHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nTruePrecHits {m_tree.newVector<unsigned short>("seed_nTruePrecHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nTrueEtaHits {m_tree.newVector<unsigned short>("seed_nTrueTrigEtaHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nTruePhiHits {m_tree.newVector<unsigned short>("seed_nTrueTrigPhiHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nMmEtaHits {m_tree.newVector<unsigned short>("seed_nMmEtaHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nMmStereoHits {m_tree.newVector<unsigned short>("seed_nMmStereoHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nTrueMmEtaHits {m_tree.newVector<unsigned short>("seed_nMmTrueEtaHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nTrueMmStereoHits {m_tree.newVector<unsigned short>("seed_nMmTrueStereoHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nsTgcStripHits {m_tree.newVector<unsigned short>("seed_nStgcStripHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nsTgcWireHits {m_tree.newVector<unsigned short>("seed_nStgcWireHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nsTgcPadHits {m_tree.newVector<unsigned short>("seed_nStgcPadHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nTruesTgcStripHits {m_tree.newVector<unsigned short>("seed_nStgcTrueStripHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nTruesTgcWireHits {m_tree.newVector<unsigned short>("seed_nStgcTrueWireHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_seed_nTruesTgcPadHits {m_tree.newVector<unsigned short>("seed_nStgcTruePadHits", 0)} |
| MuonVal::VectorBranch< unsigned char > & | m_out_seed_ledToSegment {m_tree.newVector<unsigned char>("seed_becameSegment",false)} |
| MuonVal::ScalarBranch< unsigned > & | m_out_segment_n {m_tree.newScalar<unsigned>("nSegments", 0)} |
| ========== Segment block: Filled when we have one or multiple segments ============= | |
| MuonVal::VectorBranch< float > & | m_out_segment_chi2 {m_tree.newVector<float>("segment_chi2", -1.)} |
| MuonVal::VectorBranch< uint16_t > & | m_out_segment_nDoF {m_tree.newVector<uint16_t>("segment_nDoF", 0)} |
| MuonVal::VectorBranch< char > & | m_out_segment_hasTimeFit {m_tree.newVector<char>("segment_hasTimeFit", false)} |
| MuonVal::VectorBranch< uint16_t > & | m_out_segment_fitIter {m_tree.newVector<uint16_t>("segment_nIter", 0)} |
| MuonVal::VectorBranch< float > & | m_out_segment_y0 {m_tree.newVector<float>("segment_y0", 0.)} |
| MuonVal::VectorBranch< float > & | m_out_segment_x0 {m_tree.newVector<float>("segment_x0", 0.)} |
| MuonVal::VectorBranch< float > & | m_out_segment_theta {m_tree.newVector<float>("segment_theta", 0.)} |
| MuonVal::VectorBranch< float > & | m_out_segment_phi {m_tree.newVector<float>("segment_phi", 0.)} |
| MuonVal::VectorBranch< float > & | m_out_segment_time {m_tree.newVector<float>("segment_t0", 0.)} |
| std::array< FloatVecBrPtr_t, Acts::sumUpToN(Acts::toUnderlying(MuonR4::SegmentFit::ParamDefs::nPars))> | m_segmentCov {} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nPrecHits {m_tree.newVector<unsigned short>("segment_nPrecHits", 0)} |
| Hit counts on segment. | |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrigEtaHits {m_tree.newVector<unsigned short>("segment_nTrigEtaHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrigPhiHits {m_tree.newVector<unsigned short>("segment_nTrigPhiHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nPrecOutliers {m_tree.newVector<unsigned short>("segment_nPrecOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrigEtaOutliers {m_tree.newVector<unsigned short>("segment_nTrigEtaOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrigPhiOutliers {m_tree.newVector<unsigned short>("segment_nTrigPhiOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nPrecHoles {m_tree.newVector<unsigned short>("segment_nPrecHoles", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrigEtaHoles {m_tree.newVector<unsigned short>("segment_nTrigEtaHoles", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrigPhiHoles {m_tree.newVector<unsigned short>("segment_nTrigPhiHoles", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTruePrecHits {m_tree.newVector<unsigned short>("segment_nTruePrecHits", 0)} |
| True matched hit counters. | |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrueTrigEtaHits {m_tree.newVector<unsigned short>("segment_nTrueTrigEtaHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrueTrigPhiHits {m_tree.newVector<unsigned short>("segment_nTrueTrigPhiHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTruePrecOutliers {m_tree.newVector<unsigned short>("segment_nTruePrecOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrueTrigEtaOutliers {m_tree.newVector<unsigned short>("segment_nTrueTrigEtaOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nTrueTrigPhiOutliers {m_tree.newVector<unsigned short>("segment_nTrueTrigPhiOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nMmEtaHits {m_tree.newVector<unsigned short>("segment_nMmEtaHits", 0)} |
| NSW hit counters. | |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nMmStereoHits {m_tree.newVector<unsigned short>("segment_nMmStereoHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcStripHits {m_tree.newVector<unsigned short>("segment_nStgcStripHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcWireHits {m_tree.newVector<unsigned short>("segment_nStgcWireHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcPadHits {m_tree.newVector<unsigned short>("segment_nStgcPadHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nMmTrueEtaHits {m_tree.newVector<unsigned short>("segment_nMmTrueEtaHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nMmTrueStereoHits {m_tree.newVector<unsigned short>("segment_nMmTrueStereoHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcTrueStripHits {m_tree.newVector<unsigned short>("segment_nStgcTrueStripHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcTrueWireHits {m_tree.newVector<unsigned short>("segment_nStgcTrueWireHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcTruePadHits {m_tree.newVector<unsigned short>("segment_nStgcTruePadHits", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nMmEtaOutliers {m_tree.newVector<unsigned short>("segment_nMmEtaOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nMmStereoOutliers {m_tree.newVector<unsigned short>("segment_nMmStereoOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcStripOutliers {m_tree.newVector<unsigned short>("segment_nStgcStripOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcWireOutliers {m_tree.newVector<unsigned short>("segment_nStgcWireOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcPadOutliers {m_tree.newVector<unsigned short>("segment_nStgcPadOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nMmTrueEtaOutliers {m_tree.newVector<unsigned short>("segment_nMmTrueEtaOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nMmTrueStereoOutliers {m_tree.newVector<unsigned short>("segment_nMmTrueStereoOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcTrueStripOutliers {m_tree.newVector<unsigned short>("segment_nStgcTrueStripOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcTrueWireOutliers {m_tree.newVector<unsigned short>("segment_nStgcTrueWireOutliers", 0)} |
| MuonVal::VectorBranch< unsigned short > & | m_out_segment_nSTgcTruePadOutliers {m_tree.newVector<unsigned short>("segment_nStgcTruePadOutliers", 0)} |
| MuonVal::VectorBranch< float > & | m_out_segment_minYhit {m_tree.newVector<float>("segment_hitMinY0", 1.0)} |
| MuonVal::VectorBranch< float > & | m_out_segment_maxYhit {m_tree.newVector<float>("segment_hitMinY0", -1.0)} |
| MuonVal::VectorBranch< float > & | m_out_segment_minTrueYhit {m_tree.newVector<float>("segment_trueHitMinY0", 1.0)} |
| MuonVal::VectorBranch< float > & | m_out_segment_maxTrueYhit {m_tree.newVector<float>("segment_trueHitMaxY0", -1.0)} |
| ToolHandle< MuonValR4::IPatternVisualizationTool > | m_visionTool {this, "VisualizationTool", ""} |
| Pattern visualization tool. | |
| const MuonGMR4::MuonDetectorManager * | m_detMgr {nullptr} |
| 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 |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. | |
| 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. | |
Definition at line 38 of file MuonHoughTransformTester.h.
|
privateinherited |
Typedef for convenience.
Definition at line 207 of file AthHistogramming.h.
|
private |
Definition at line 251 of file MuonHoughTransformTester.h.
|
privateinherited |
Typedef for convenience.
Definition at line 221 of file AthHistogramming.h.
|
privateinherited |
typedef for the internal hash
Definition at line 171 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 200 of file AthHistogramming.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
privateinherited |
Typedef for convenience.
Definition at line 214 of file AthHistogramming.h.
| using MuonValR4::MuonHoughTransformTester::TruthHitCol = std::unordered_set<const xAOD::MuonSimHit*> |
Definition at line 47 of file MuonHoughTransformTester.h.
|
virtualdefault |
| AthHistogramAlgorithm::AthHistogramAlgorithm | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Constructor with parameters:
Definition at line 40 of file AthHistogramAlgorithm.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 337 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 305 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 405 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 358 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 348 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 326 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 283 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
Definition at line 388 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 262 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 273 of file AthHistogramming.cxx.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 123 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 295 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 83 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 274 of file AthHistogramming.h.
|
privateinherited |
Method to build individual booking string.
Definition at line 521 of file AthHistogramming.cxx.
|
protectedinherited |
To be called by the derived classes to fill the internal configuration.
Definition at line 51 of file AthHistogramming.cxx.
|
private |
Calculates how many measurements from the segment fit have the same drift sign as when evaluated with the truth parameters.
| truthSeg | Reference to the truth segment |
| recoSeg | Reference to the reco segment. |
Definition at line 107 of file MuonHoughTransformTester.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 211 of file AthHistogramming.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtual |
Execute method.
Implements AthAlgorithm.
Definition at line 243 of file MuonHoughTransformTester.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 89 of file AthCommonAlgorithm.cxx.
|
private |
Fill the hit summary info of the associated bucket.
Definition at line 351 of file MuonHoughTransformTester.cxx.
|
private |
Fill the current chamber info into the output.
| chamber | Pointer to the reference sector to which the view belongs to |
Definition at line 277 of file MuonHoughTransformTester.cxx.
|
private |
|
private |
Fill the info associated to the seed.
| obj | Pointer to the matching object connecting the seeds & segment & truth |
Helper lambda to shorten a bit the syntax to count the hits of a certain kind
True hit count
Definition at line 401 of file MuonHoughTransformTester.cxx.
|
private |
Fill the info assciated to the segment.
| obj | Pointer to the matching object connecting the seeds & segment & truth |
Parameters and covariance
Fit quality
Helper lambda to shorten a bit the syntax to count the hits of a certain kind
True matched precision hit
True matched trigger eta hit
True matched trigger phi hit
True matched precision outlier
True matched trigger eta outlier
True matched trigger phi outlier
True NSW hit counts
Definition at line 532 of file MuonHoughTransformTester.cxx.
|
private |
Fill the associated truth information into the tree.
| truthSegment | Pointer to the truth parameters in form of a segment |
| gctx | Geometry context for the alignment of the spectrometer sector |
Definition at line 282 of file MuonHoughTransformTester.cxx.
|
private |
|
inlinevirtualinherited |
Get filter decision:
Definition at line 93 of file AthCommonAlgorithm.h.
|
overridevirtual |
Definition at line 239 of file MuonHoughTransformTester.cxx.
|
protectedinherited |
Simplify the retrieval of registered TGraphs.
Definition at line 453 of file AthHistogramming.cxx.
|
inlineprivateinherited |
Method to calculate a 32-bit hash from a string.
Definition at line 430 of file AthHistogramming.h.
|
protectedinherited |
Simplify the retrieval of registered histograms of any type.
Definition at line 164 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the retrieval of registered 2-d histograms.
Definition at line 371 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the retrieval of registered 3-d histograms.
Definition at line 388 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.
|
overridevirtual |
The collection of readHandle keys should be either 1 or 2
Definition at line 56 of file MuonHoughTransformTester.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.
|
inlineoverridevirtualinherited |
Specify if the algorithm is clonable.
Only relevant for non-reentrant algorithms. Actual number of clones needs to be set via the "Cardinality" property.
Reimplemented in AFP_DigiTop, AlgB, AlgT, BCM_Digitization, CscDigitBuilder, CscDigitToCscRDO, G4AtlasAlg, G4RunAlg, HGTD_Digitization, HiveAlgBase, InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ISF::SimKernelMT, ITk::StripDigitization, ITkPixelCablingAlg, ITkStripCablingAlg, LArHitEMapMaker, LArTTL1Maker, LUCID_DigiTop, LVL1::L1TopoSimulation, MergeCalibHits, MergeGenericMuonSimHitColl, MergeHijingPars, MergeMcEventCollection, MergeTrackRecordCollection, MergeTruthJets, MergeTruthParticles, MuonDigitizer, PileUpMTAlg, PixelDigitization, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_Digitization, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, SGInputLoader, Simulation::BeamEffectsAlg, TileHitVecToCnt, TileMuonFitter, TilePulseForTileMuonReceiver, TileRawChannelMaker, TRTDigitization, and ZDC_DigiTop.
Definition at line 68 of file AthCommonAlgorithm.h.
|
inlinefinaloverrideprotectedvirtualinherited |
Legacy algorithms are not thread-safe.
Definition at line 47 of file AthAlgorithm.h.
|
private |
Step 1 Loop over all reconstructed segments && fill them into the association table
There is an associated truth egment
Thus far no entry in the association map
Sort the segments according to the drift signs
Loop over all remaining seeds and attempt to match them to a segment
Don't recycle the used seeds again
Find the segment that matches best to the seed
find the best matching segment
Finally loop over all truth segments and push back the unused ones
Check that the segment is not used yet
Definition at line 122 of file MuonHoughTransformTester.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 551 of file AthHistogramming.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.
|
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.
|
inlinevirtualinherited |
Set filter decision:
Reimplemented in AthFilterAlgorithm.
Definition at line 99 of file AthCommonAlgorithm.h.
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Reimplemented in AthAnalysisAlgorithm.
Definition at line 80 of file AthCommonAlgorithm.cxx.
|
virtualinherited |
Initialization method invoked by the framework.
This method is responsible for any bookkeeping of initialization required by the framework itself. It will in turn invoke the initialize() method of the derived algorithm, and of any sub-algorithms which it creates.
Reimplemented from AthCommonAlgorithm< Gaudi::Algorithm >.
Reimplemented in AthAnalysisAlgorithm.
Definition at line 75 of file AthHistogramAlgorithm.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 339 of file AthHistogramming.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 309 of file MuonHoughTransformTester.h.
|
privateinherited |
Pointer to StoreGate (detector store by default).
Definition at line 393 of file AthCommonDataStore.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 210 of file AthHistogramming.h.
|
privateinherited |
Pointer to StoreGate (event store by default).
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 108 of file AthCommonAlgorithm.h.
|
private |
Tracking geometry context.
Definition at line 112 of file MuonHoughTransformTester.h.
|
privateinherited |
The map of TGraph names to their pointers.
Definition at line 224 of file AthHistogramming.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 203 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.
|
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 114 of file MuonHoughTransformTester.h.
|
private |
Definition at line 117 of file MuonHoughTransformTester.h.
|
privateinherited |
Cached Message Stream.
Definition at line 250 of file AthHistogramming.h.
|
privateinherited |
Instance name.
Definition at line 247 of file AthHistogramming.h.
|
private |
Definition at line 132 of file MuonHoughTransformTester.h.
|
private |
Definition at line 133 of file MuonHoughTransformTester.h.
|
private |
Definition at line 131 of file MuonHoughTransformTester.h.
|
private |
====== Common block: Filled for all entries ===========
chamber index field
Definition at line 125 of file MuonHoughTransformTester.h.
|
private |
|
private |
Definition at line 189 of file MuonHoughTransformTester.h.
|
private |
Definition at line 188 of file MuonHoughTransformTester.h.
|
private |
Definition at line 182 of file MuonHoughTransformTester.h.
|
private |
Definition at line 183 of file MuonHoughTransformTester.h.
|
private |
|
private |
Definition at line 184 of file MuonHoughTransformTester.h.
|
private |
Definition at line 180 of file MuonHoughTransformTester.h.
|
private |
Definition at line 181 of file MuonHoughTransformTester.h.
|
private |
Definition at line 163 of file MuonHoughTransformTester.h.
|
private |
Definition at line 164 of file MuonHoughTransformTester.h.
|
private |
Definition at line 165 of file MuonHoughTransformTester.h.
|
private |
Definition at line 169 of file MuonHoughTransformTester.h.
|
private |
Definition at line 168 of file MuonHoughTransformTester.h.
|
private |
Definition at line 171 of file MuonHoughTransformTester.h.
|
private |
Definition at line 175 of file MuonHoughTransformTester.h.
|
private |
Definition at line 173 of file MuonHoughTransformTester.h.
|
private |
Definition at line 176 of file MuonHoughTransformTester.h.
|
private |
Definition at line 174 of file MuonHoughTransformTester.h.
|
private |
Definition at line 170 of file MuonHoughTransformTester.h.
|
private |
|
private |
======= Truth block: Filled if we have a truth match. ============
existence of a truth match
Definition at line 159 of file MuonHoughTransformTester.h.
|
private |
|
private |
|
private |
Number of all space points in the bucket.
Definition at line 143 of file MuonHoughTransformTester.h.
|
private |
|
private |
|
private |
Number of all space points in the bucket.
Definition at line 150 of file MuonHoughTransformTester.h.
|
private |
Definition at line 197 of file MuonHoughTransformTester.h.
|
private |
Definition at line 230 of file MuonHoughTransformTester.h.
|
private |
Definition at line 206 of file MuonHoughTransformTester.h.
|
private |
Definition at line 205 of file MuonHoughTransformTester.h.
|
private |
========== Seed block: Filled when we have one or multiple seeds ============= seed count
Definition at line 193 of file MuonHoughTransformTester.h.
|
private |
Definition at line 209 of file MuonHoughTransformTester.h.
|
private |
Definition at line 216 of file MuonHoughTransformTester.h.
|
private |
Definition at line 217 of file MuonHoughTransformTester.h.
|
private |
Definition at line 210 of file MuonHoughTransformTester.h.
|
private |
Definition at line 208 of file MuonHoughTransformTester.h.
|
private |
Definition at line 224 of file MuonHoughTransformTester.h.
|
private |
Definition at line 222 of file MuonHoughTransformTester.h.
|
private |
Definition at line 223 of file MuonHoughTransformTester.h.
|
private |
Definition at line 213 of file MuonHoughTransformTester.h.
|
private |
Definition at line 219 of file MuonHoughTransformTester.h.
|
private |
Definition at line 220 of file MuonHoughTransformTester.h.
|
private |
Definition at line 214 of file MuonHoughTransformTester.h.
|
private |
Definition at line 212 of file MuonHoughTransformTester.h.
|
private |
Definition at line 228 of file MuonHoughTransformTester.h.
|
private |
Definition at line 226 of file MuonHoughTransformTester.h.
|
private |
Definition at line 227 of file MuonHoughTransformTester.h.
|
private |
Definition at line 202 of file MuonHoughTransformTester.h.
|
private |
Definition at line 201 of file MuonHoughTransformTester.h.
|
private |
Definition at line 200 of file MuonHoughTransformTester.h.
|
private |
Definition at line 199 of file MuonHoughTransformTester.h.
|
private |
Definition at line 239 of file MuonHoughTransformTester.h.
|
private |
Definition at line 242 of file MuonHoughTransformTester.h.
|
private |
Definition at line 241 of file MuonHoughTransformTester.h.
|
private |
Definition at line 304 of file MuonHoughTransformTester.h.
|
private |
Definition at line 302 of file MuonHoughTransformTester.h.
|
private |
Definition at line 303 of file MuonHoughTransformTester.h.
|
private |
Definition at line 301 of file MuonHoughTransformTester.h.
|
private |
========== Segment block: Filled when we have one or multiple segments =============
Definition at line 235 of file MuonHoughTransformTester.h.
|
private |
Definition at line 240 of file MuonHoughTransformTester.h.
|
private |
|
private |
Definition at line 288 of file MuonHoughTransformTester.h.
|
private |
Definition at line 277 of file MuonHoughTransformTester.h.
|
private |
Definition at line 289 of file MuonHoughTransformTester.h.
|
private |
Definition at line 282 of file MuonHoughTransformTester.h.
|
private |
Definition at line 294 of file MuonHoughTransformTester.h.
|
private |
Definition at line 283 of file MuonHoughTransformTester.h.
|
private |
Definition at line 295 of file MuonHoughTransformTester.h.
|
private |
|
private |
Definition at line 263 of file MuonHoughTransformTester.h.
|
private |
Definition at line 259 of file MuonHoughTransformTester.h.
|
private |
Definition at line 280 of file MuonHoughTransformTester.h.
|
private |
Definition at line 292 of file MuonHoughTransformTester.h.
|
private |
Definition at line 278 of file MuonHoughTransformTester.h.
|
private |
Definition at line 290 of file MuonHoughTransformTester.h.
|
private |
Definition at line 286 of file MuonHoughTransformTester.h.
|
private |
Definition at line 298 of file MuonHoughTransformTester.h.
|
private |
Definition at line 284 of file MuonHoughTransformTester.h.
|
private |
Definition at line 296 of file MuonHoughTransformTester.h.
|
private |
Definition at line 285 of file MuonHoughTransformTester.h.
|
private |
Definition at line 297 of file MuonHoughTransformTester.h.
|
private |
Definition at line 279 of file MuonHoughTransformTester.h.
|
private |
Definition at line 291 of file MuonHoughTransformTester.h.
|
private |
Definition at line 256 of file MuonHoughTransformTester.h.
|
private |
Definition at line 264 of file MuonHoughTransformTester.h.
|
private |
Definition at line 260 of file MuonHoughTransformTester.h.
|
private |
Definition at line 257 of file MuonHoughTransformTester.h.
|
private |
Definition at line 265 of file MuonHoughTransformTester.h.
|
private |
Definition at line 261 of file MuonHoughTransformTester.h.
|
private |
|
private |
Definition at line 271 of file MuonHoughTransformTester.h.
|
private |
Definition at line 268 of file MuonHoughTransformTester.h.
|
private |
Definition at line 272 of file MuonHoughTransformTester.h.
|
private |
Definition at line 269 of file MuonHoughTransformTester.h.
|
private |
Definition at line 273 of file MuonHoughTransformTester.h.
|
private |
Definition at line 248 of file MuonHoughTransformTester.h.
|
private |
Definition at line 247 of file MuonHoughTransformTester.h.
|
private |
Definition at line 249 of file MuonHoughTransformTester.h.
|
private |
Definition at line 246 of file MuonHoughTransformTester.h.
|
private |
Definition at line 245 of file MuonHoughTransformTester.h.
|
private |
|
private |
|
private |
List of the two segment seed containers from which the segments are buiit (Complets the pattern finding step).
Definition at line 108 of file MuonHoughTransformTester.h.
|
privateinherited |
Name of the ROOT output stream (file).
Definition at line 88 of file AthHistogramAlgorithm.h.
|
private |
Key to the xAOD::MuonSegment container.
Definition at line 104 of file MuonHoughTransformTester.h.
|
private |
name of the truth link decorations for the reco segment container
Definition at line 106 of file MuonHoughTransformTester.h.
|
privateinherited |
Definition at line 91 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 252 of file MuonHoughTransformTester.h.
|
private |
List of the space point containers in the event legacy + NSW containers.
Definition at line 110 of file MuonHoughTransformTester.h.
|
private |
Branch indicating which space points in the tree are associated to the i-th pattern.
Definition at line 138 of file MuonHoughTransformTester.h.
|
private |
Branch indicating which space points in the tree are associated to the i-th segment.
Definition at line 140 of file MuonHoughTransformTester.h.
|
private |
Branch dumping all the space points from the difference buckets.
Definition at line 136 of file MuonHoughTransformTester.h.
|
privateinherited |
Name of the ROOT output stream (file).
Definition at line 228 of file AthHistogramming.h.
|
private |
Definition at line 95 of file MuonHoughTransformTester.h.
|
privateinherited |
The map of TTree names to their pointers.
Definition at line 217 of file AthHistogramming.h.
|
private |
Name of the decorations for the truth segment.
Definition at line 102 of file MuonHoughTransformTester.h.
|
private |
Declare the dependencies on the decorations.
Definition at line 100 of file MuonHoughTransformTester.h.
|
private |
Key to the truth segment.
Definition at line 98 of file MuonHoughTransformTester.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Pattern visualization tool.
Definition at line 307 of file MuonHoughTransformTester.h.
|
private |
Definition at line 119 of file MuonHoughTransformTester.h.