#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/TypeID.h"
#include <iostream>
#include <cmath>
Go to the source code of this file.
Classes | |
class | ObjectCounter< C > |
Counts the number of objects in a collection and prints a summary report at the end of a job. More... |