Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MMLoadVariables.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MMLOADVARIABLES_H
6 #define MMLOADVARIABLES_H
7 
10 #include "AtlasHepMC/GenEvent.h"
15 #include "StoreGate/StoreGateSvc.h"
17 #include "TrigT1NSWSimTools/MMT_struct.h" //for digitWrapper, hitData_key, hitData_entry, evInf_entry
18 #include "Math/Vector4D.h"
20 #include <map>
21 #include <vector>
22 #include <string>
23 #include <cmath>
24 #include <stdexcept>
25 
26 namespace MuonGM {
27  class MuonDetectorManager;
28 }
29 
30  class MMLoadVariables : public AthMessaging {
31 
32  public:
33  MMLoadVariables(const MuonGM::MuonDetectorManager* detManager, const MmIdHelper* idhelper);
34 
35  StatusCode getMMDigitsInfo(const EventContext& ctx,
36  const McEventCollection *truthContainer,
37  const TrackRecordCollection* trackRecordCollection,
38  const MmDigitContainer *nsw_MmDigitContainer,
39  std::map<std::pair<uint64_t,unsigned int>,std::vector<digitWrapper> >& entries,
40  std::map<std::pair<uint64_t,unsigned int>,std::vector<hitData_entry> >& Hits_Data_Set_Time,
41  std::map<std::pair<uint64_t,unsigned int>,evInf_entry>& Event_Info) const;
42 
43  private:
46  };
47 #endif
MmDigitContainer
Use IdentifiableContainer with MmDigitCollection.
Definition: MmDigitContainer.h:50
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition: GeoMuonHits.h:27
GenEvent.h
getMessageSvc.h
singleton-like access to IMessageSvc via open function and helper
xAODP4Helpers.h
AtlasHitsVector
Definition: AtlasHitsVector.h:33
MMLoadVariables
Definition: MMLoadVariables.h:30
MMLoadVariables::getMMDigitsInfo
StatusCode getMMDigitsInfo(const EventContext &ctx, const McEventCollection *truthContainer, const TrackRecordCollection *trackRecordCollection, const MmDigitContainer *nsw_MmDigitContainer, std::map< std::pair< uint64_t, unsigned int >, std::vector< digitWrapper > > &entries, std::map< std::pair< uint64_t, unsigned int >, std::vector< hitData_entry > > &Hits_Data_Set_Time, std::map< std::pair< uint64_t, unsigned int >, evInf_entry > &Event_Info) const
Definition: MMLoadVariables.cxx:14
MMLoadVariables::MMLoadVariables
MMLoadVariables(const MuonGM::MuonDetectorManager *detManager, const MmIdHelper *idhelper)
Definition: MMLoadVariables.cxx:8
MmDigit.h
McEventCollection.h
MmDigitContainer.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MMLoadVariables::m_detManager
const MuonGM::MuonDetectorManager * m_detManager
MuonDetectorManager.
Definition: MMLoadVariables.h:44
MmIdHelper.h
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition: AthMessaging.h:55
evInf_entry
Definition: MMT_struct.h:59
MMT_struct.h
McEventCollection
This defines the McEventCollection, which is really just an ObjectVector of McEvent objects.
Definition: McEventCollection.h:33
MMLoadVariables::m_MmIdHelper
const MmIdHelper * m_MmIdHelper
MM offline Id helper.
Definition: MMLoadVariables.h:45
TrackRecordCollection.h
MmIdHelper
Definition: MmIdHelper.h:54
MuonGM::MuonDetectorManager
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
Definition: MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonDetectorManager.h:50
AthMessaging.h
entries
double entries
Definition: listroot.cxx:49
StoreGateSvc.h