/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/PatCandidates/src/Particle.cc
17 строк
480 B
Cms Build
Clang-Format
26 июн 2019, 18:39
26 июн 2019, 18:39
0b91a9a
Код
Авторство
О чём код?
// // #include "DataFormats/PatCandidates/interface/Particle.h" using namespace pat; /// default constructor Particle::Particle() : PATObject<reco::LeafCandidate>(reco::LeafCandidate( 0, reco::LeafCandidate::LorentzVector(0, 0, 0, 0), reco::LeafCandidate::Point(0, 0, 0))) {} /// constructor from reco::LeafCandidate Particle::Particle(const reco::LeafCandidate& aParticle) : PATObject<reco::LeafCandidate>(aParticle) {} /// destructor Particle::~Particle() {}