CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTriggerKey.h
Go to the documentation of this file.
1 #ifndef HCALConfigDBTools_XMLTools_HcalTriggerKey_h
2 #define HCALConfigDBTools_XMLTools_HcalTriggerKey_h
3 // -*- C++ -*-
4 //
5 // Package: XMLTools
6 // Class : HcalTriggerKey
7 //
16 //
17 // Original Author: Gena Kukartsev, kukarzev@fnal.gov
18 // Created: Tue Nov 06 14:30:33 CDT 2007
19 //
20 
21 #include <map>
22 
25 
27 {
28 
29  public:
30 
32  virtual ~HcalTriggerKey();
33 
34  int init(void);
36  // fills the XML document with the key. Returns number of configs in the key
37  int fill_key( std::string key_id, std::map<std::string, std::string> & key);
38  int compose_key_dialogue( void );
39 
40  protected:
41 
42  XERCES_CPP_NAMESPACE::MemBufInputSource * _root; // a container for the XML template;
43  XERCES_CPP_NAMESPACE::MemBufInputSource * _data; // a container for the XML template;
44 
45  private:
46  HcalTriggerKey(const HcalTriggerKey&); // stop default
47  const HcalTriggerKey& operator=(const HcalTriggerKey&); // stop default
48 
49 
50 };
51 
52 #endif
type
Definition: HCALResponse.h:21
XERCES_CPP_NAMESPACE::MemBufInputSource * _data
XERCES_CPP_NAMESPACE::MemBufInputSource * _root
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
const HcalTriggerKey & operator=(const HcalTriggerKey &)
int fill_key(std::string key_id, std::map< std::string, std::string > &key)
int add_data(std::string id, std::string type, std::string value)
virtual ~HcalTriggerKey()
int compose_key_dialogue(void)