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
22
private
:
23
Booster
booster
;
24
};
25
26
#endif
CenterOfMassBooster::booster
Booster booster
Definition:
CenterOfMassBooster.h:23
CenterOfMassBooster::set
void set(reco::Candidate &c)
set up a candidate kinematics according to the boost
Definition:
CenterOfMassBooster.h:20
Booster.h
Booster
Definition:
Booster.h:17
Booster::set
void set(reco::Candidate &c)
set up a candidate kinematics according to the boost
Definition:
Booster.cc:8
CenterOfMassBooster
Definition:
CenterOfMassBooster.h:16
reco::Candidate
Definition:
Candidate.h:27
c
auto & c
Definition:
CAHitNtupletGeneratorKernelsImpl.h:46
CenterOfMassBooster::CenterOfMassBooster
CenterOfMassBooster(const reco::Candidate &c)
constructor from a candidate
Definition:
CenterOfMassBooster.cc:4
Generated for CMSSW Reference Manual by
1.8.16