src
FWCore
Integration
plugins
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"
7
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
8
#include "
FWCore/Utilities/interface/EDGetToken.h
"
9
10
namespace
edmtest
{
11
12
class
OtherThingAlgorithm
{
13
public
:
14
OtherThingAlgorithm
() :
theDebugLevel
(0) {}
15
18
void
run
(
edm::Handle<ThingCollection>
const
& iThingHandle,
19
OtherThingCollection& otherThingCollection,
20
bool
useRefs =
true
,
21
bool
refsAreTransient =
false
)
const
;
22
23
private
:
24
int
theDebugLevel
;
25
};
26
27
}
// namespace edmtest
28
29
#endif
edmtest::OtherThingAlgorithm::OtherThingAlgorithm
OtherThingAlgorithm()
Definition:
OtherThingAlgorithm.h:14
edmtest::OtherThingAlgorithm::run
void run(edm::Handle< ThingCollection > const &iThingHandle, OtherThingCollection &otherThingCollection, bool useRefs=true, bool refsAreTransient=false) const
Definition:
OtherThingAlgorithm.cc:8
edmtest::OtherThingAlgorithm
Definition:
OtherThingAlgorithm.h:12
edm::Handle
Definition:
AssociativeIterator.h:50
edmtest
Definition:
AlignPCLThresholdsReader.cc:15
Frameworkfwd.h
EDGetToken.h
edmtest::OtherThingAlgorithm::theDebugLevel
int theDebugLevel
Definition:
OtherThingAlgorithm.h:24
Generated for CMSSW Reference Manual by
1.8.14