Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:00

0001 //-----------------------------------------------------------------------------
0002 //
0003 //   Class: CSCDBL1TPParameters
0004 //
0005 //   Description: Configuration parameters for the Level-1 CSC Trigger
0006 //                Primitives emulator.
0007 //
0008 //   Author: Slava Valuev
0009 //
0010 //-----------------------------------------------------------------------------
0011 
0012 #include <CondFormats/CSCObjects/interface/CSCDBL1TPParameters.h>
0013 
0014 //----------------
0015 // Constructors --
0016 //----------------
0017 
0018 CSCDBL1TPParameters::CSCDBL1TPParameters() {}
0019 
0020 //----------------
0021 //  Destructor  --
0022 //----------------
0023 
0024 CSCDBL1TPParameters::~CSCDBL1TPParameters() {}