CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESProducerLooper.h
Go to the documentation of this file.
1 #ifndef Framework_ESProducerLooper_h
2 #define Framework_ESProducerLooper_h
3 // -*- C++ -*-
4 //
5 // Package: Framework
6 // Class : ESProducerLooper
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Mon Jul 17 09:03:32 EDT 2006
19 //
20 
21 // system include files
22 #include <memory>
23 #include <set>
24 #include <string>
25 
26 // user include files
30 
31 // forward declarations
32 namespace edm {
34 {
35 
36  public:
38  //virtual ~ESProducerLooper();
39 
40  // ---------- const member functions ---------------------
41 
42  // ---------- static member functions --------------------
43 
44  virtual std::set<eventsetup::EventSetupRecordKey> modifyingRecords() const;
45  // ---------- member functions ---------------------------
46 
47  protected:
49  const IOVSyncValue& iTime,
50  ValidityInterval& oInterval);
51 
52  //use this to 'snoop' on what records are being used by the Producer
53  virtual void registerFactoryWithKey(const eventsetup::EventSetupRecordKey& iRecord ,
54  std::auto_ptr<eventsetup::ProxyFactoryBase>& iFactory,
55  const std::string& iLabel= std::string() );
56 private:
57  ESProducerLooper(const ESProducerLooper&); // stop default
58 
59  const ESProducerLooper& operator=(const ESProducerLooper&); // stop default
60 
61  // ---------- member data --------------------------------
62 
63 };
64 }
65 
66 #endif
const ESProducerLooper & operator=(const ESProducerLooper &)
virtual std::set< eventsetup::EventSetupRecordKey > modifyingRecords() const
virtual void registerFactoryWithKey(const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string())
void setIntervalFor(const eventsetup::EventSetupRecordKey &iKey, const IOVSyncValue &iTime, ValidityInterval &oInterval)