#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/HcalDigi/interface/HcalDigiCollections.h"
#include <iostream>
#include <cstdio>
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Function Documentation
Variable Documentation
const char* det_names[] = {"Zero","HcalBarrel","HcalEndcap","HcalForward","HcalOuter"} [static] |