Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // $Id: $
0002 // Include files
0003 
0004 // local
0005 #include "CondFormats/RPCObjects/interface/RBCBoardSpecs.h"
0006 
0007 //-----------------------------------------------------------------------------
0008 // Implementation file for class : RBCBoardSpecs
0009 //
0010 // 2008-12-15 : Andres Osorio
0011 //-----------------------------------------------------------------------------
0012 
0013 //=============================================================================
0014 // Standard constructor, initializes variables
0015 //=============================================================================
0016 RBCBoardSpecs::RBCBoardSpecs() {}
0017 //=============================================================================
0018 // Destructor
0019 //=============================================================================
0020 RBCBoardSpecs::~RBCBoardSpecs() { v_boardspecs.clear(); }
0021 
0022 //=============================================================================