Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
HLTrigger
HLTcore
interface
HLTConfigCounter.h
Go to the documentation of this file.
1
#ifndef HLTConfigCounter_H
2
#define HLTConfigCounter_H
3
4
class
HLTConfigCounter
{
5
6
public
:
7
8
HLTConfigCounter
():
count_
(0) {}
9
10
long
increment
() {
count_
++;
return
count_
; }
11
long
decrement
() {
count_
--;
return
count_
; }
12
13
private
:
14
15
long
count_
;
16
17
};
18
19
#endif
HLTConfigCounter::HLTConfigCounter
HLTConfigCounter()
Definition:
HLTConfigCounter.h:8
HLTConfigCounter::count_
long count_
Definition:
HLTConfigCounter.h:15
HLTConfigCounter::decrement
long decrement()
Definition:
HLTConfigCounter.h:11
HLTConfigCounter
Definition:
HLTConfigCounter.h:4
HLTConfigCounter::increment
long increment()
Definition:
HLTConfigCounter.h:10
Generated for CMSSW Reference Manual by
1.8.5