#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.
Classes | |
class | HcalCableMapper |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < HcalCableMapper > > | s_filler__LINE__ ("HcalCableMapper") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < HcalCableMapper > > | s_maker__LINE__ ("HcalCableMapper") |
Variables | |
char const * | det_names [] = {"Zero","HcalBarrel","HcalEndcap","HcalForward","HcalOuter"} |
|
static |
|
static |
char const* det_names[] = {"Zero","HcalBarrel","HcalEndcap","HcalForward","HcalOuter"} |
Definition at line 65 of file HcalCableMapper.cc.
Referenced by HcalCableMapper::process().