CMS 3D CMS Logo

OtherThingAlgorithm.h
Go to the documentation of this file.
1 #ifndef Integration_OtherThingAlgorithm_h
2 #define Integration_OtherThingAlgorithm_h
3 
4 #include <string>
5 #include "DataFormats/TestObjects/interface/OtherThingCollectionfwd.h"
6 #include "DataFormats/TestObjects/interface/ThingCollectionfwd.h"
9 
10 namespace edmtest {
11 
13  public:
15 
18  void run(edm::Handle<ThingCollection> const& iThingHandle,
19  OtherThingCollection& otherThingCollection,
20  bool useRefs = true,
21  bool refsAreTransient = false) const;
22 
23  private:
25  };
26 
27 } // namespace edmtest
28 
29 #endif
void run(edm::Handle< ThingCollection > const &iThingHandle, OtherThingCollection &otherThingCollection, bool useRefs=true, bool refsAreTransient=false) const