Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 //
0003 // Package:     L1TObjects
0004 // Class  :     L1TriggerKey
0005 //
0006 // Implementation:
0007 //     <Notes on implementation>
0008 //
0009 // Original Author:
0010 //         Created:  Mon Dec 15 21:03:24 CET 2008
0011 // $Id$
0012 //
0013 
0014 // system include files
0015 
0016 // user include files
0017 #include "CondFormats/L1TObjects/interface/L1TriggerKey.h"
0018 
0019 //
0020 // constants, enums and typedefs
0021 //
0022 
0023 //
0024 // static data member definitions
0025 //
0026 
0027 const std::string L1TriggerKey::kNullKey = "NULL";
0028 const std::string L1TriggerKey::kEmptyKey = "";