Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /**
0002  * \class L1GlobalTriggerReadoutSetup
0003  * 
0004  * 
0005  * Description: group static constants for GT readout record.  
0006  *
0007  * Implementation:
0008  *    <TODO: enter implementation details>
0009  *   
0010  * \author: Vasile Mihai Ghete - HEPHY Vienna
0011  * 
0012  *
0013  */
0014 
0015 // this class header
0016 #include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetup.h"
0017 
0018 // system include files
0019 // user include files
0020 //   base class
0021 // forward declarations
0022 
0023 // constructor
0024 L1GlobalTriggerReadoutSetup::L1GlobalTriggerReadoutSetup() {
0025   // empty
0026 }
0027 
0028 // destructor
0029 L1GlobalTriggerReadoutSetup::~L1GlobalTriggerReadoutSetup() {
0030   // empty
0031 }