/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
AnalysisDataFormats/TopObjects/src/printParticle.h
33 строки
883 B
Christopher Jones
Made TtEvent::printParticle a stand alone function
16 окт 2020, 16:36
16 окт 2020, 16:36
9924ab1
Код
Авторство
О чём код?
#ifndef AnalysisDataFormats_TopObjects_printParticle_h #define AnalysisDataFormats_TopObjects_printParticle_h // -*- C++ -*- // // Package: AnalysisDataFormats/TopObjects // Class : printParticle // /**\function ttevent::printParticle printParticle.h "AnalysisDataFormats/TopObjects/interface/printParticle.h" Description: [one line class summary] Usage: <usage> */ // // Original Author: Christopher Jones // Created: Fri, 16 Oct 2020 13:22:44 GMT // // system include files // user include files #include "DataFormats/Candidate/interface/Candidate.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" // forward declarations namespace ttevent { /// print pt, eta, phi, mass of a given candidate into an existing LogInfo void printParticle(edm::LogInfo& log, const char* name, const reco::Candidate* cand); } // namespace ttevent #endif