#include "RecoParticleFlow/PFProducer/interface/PFBlockAlgo.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <algorithm>
#include <iostream>
#include <array>
#include <iterator>
#include <sstream>
#include <type_traits>
#include <utility>
Go to the source code of this file.
◆ INIT_ENTRY
#define INIT_ENTRY |
( |
|
name | ) |
{ #name, name } |
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const PFBlockAlgo & |
a |
|
) |
| |
Definition at line 325 of file PFBlockAlgo.cc.
References a, and MillePedeFileConverter_cfg::out.
329 out <<
"====== Particle Flow Block Algorithm ======= ";
331 out <<
"number of unassociated elements : " <<
a.elements_.size() << endl;
334 for (
auto const& element :
a.elements_) {
335 out <<
"\t" << *element << endl;