Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:59

0001 #ifndef Forward_TotemRPOrganization_h
0002 #define Forward_TotemRPOrganization_h 1
0003 // -*- C++ -*-
0004 //
0005 // Package:     Forward
0006 // Class  :     TotemRPOrganization
0007 //
0008 /**\class TotemRPOrganization TotemRPOrganization.h SimG4CMS/Forward/interface/TotemRPOrganization.h
0009  
0010  Description: This class manages the UnitID that labels TotemRP sensitive
0011               volumes
0012  
0013  Usage:
0014     Used in TotemSD to get unique ID of sensitive detector element
0015  
0016 */
0017 //
0018 // Original Author:
0019 //         Created:  Tue May 16 10:14:34 CEST 2006
0020 //
0021 
0022 // system include files
0023 
0024 // user include files
0025 
0026 #include "SimG4CMS/Forward/interface/TotemVDetectorOrganization.h"
0027 
0028 class TotemRPOrganization : public TotemVDetectorOrganization {
0029 public:
0030   // ---------- Constructor and destructor -----------------
0031   TotemRPOrganization();
0032   ~TotemRPOrganization() override;
0033 
0034   // ---------- member functions ---------------------------
0035   uint32_t getUnitID(const G4Step* aStep) const override;
0036 };
0037 #endif