Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef Forward_TotemT2OrganizationGem_h
0002 #define Forward_TotemT2OrganizationGem_h 1
0003 // -*- C++ -*-
0004 //
0005 // Package:     Forward
0006 // Class  :     TotemT2OrganizationGem
0007 //
0008 /**\class TotemT2OrganizationGem TotemT2OrganizationGem.h SimG4CMS/Forward/interface/TotemT2OrganizationGem.h
0009  
0010  Description: This class manages the UnitID that labels TotemT2Gem 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 #include "SimG4CMS/Forward/interface/TotemVDetectorOrganization.h"
0026 
0027 class TotemT2OrganizationGem : public TotemVDetectorOrganization {
0028 public:
0029   // ---------- Constructor and destructor -----------------
0030   TotemT2OrganizationGem();
0031   ~TotemT2OrganizationGem() override;
0032 
0033   // ---------- member functions ---------------------------
0034   uint32_t getUnitID(const G4Step* aStep) const override;
0035 };
0036 
0037 #endif