Main Page
Namespaces
Classes
Package Documentation
CommonTools
CandUtils
interface
CenterOfMassBooster.h
Go to the documentation of this file.
1
#ifndef CandUtils_CenterOfMassBooster_h
2
#define CandUtils_CenterOfMassBooster_h
3
14
#include "
CommonTools/CandUtils/interface/Booster.h
"
15
16
struct
CenterOfMassBooster
{
18
CenterOfMassBooster
(
const
reco::Candidate
&
c
);
20
void
set
(
reco::Candidate
&
c
) {
booster
.
set
( c ); }
21
private
:
22
Booster
booster
;
23
};
24
25
#endif
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:44
reco::Candidate
Definition:
Candidate.h:28
CenterOfMassBooster::booster
Booster booster
Definition:
CenterOfMassBooster.h:22
Booster
Definition:
Booster.h:17
CenterOfMassBooster
Definition:
CenterOfMassBooster.h:16
Booster::set
void set(reco::Candidate &c)
set up a candidate kinematics according to the boost
Definition:
Booster.cc:8
CenterOfMassBooster::CenterOfMassBooster
CenterOfMassBooster(const reco::Candidate &c)
constructor from a candidate
Definition:
CenterOfMassBooster.cc:4
Booster.h
Generated for CMSSW Reference Manual by
1.8.11