#include <memory>
#include <vector>
#include <iostream>
#include <TMath.h>
#include <TRandom3.h>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Math/interface/Point3D.h"
#include "DataFormats/CastorReco/interface/CastorCell.h"
#include "DataFormats/HcalRecHit/interface/CastorRecHit.h"
#include "DataFormats/HcalRecHit/interface/HcalRecHitCollections.h"
Go to the source code of this file.
Classes | |
class | CastorCellProducer |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< CastorCellProducer > > | s_filler__LINE__ ("CastorCellProducer") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< CastorCellProducer > > | s_maker__LINE__ ("CastorCellProducer") |
Variables | |
const double | MYR2D = 180/M_PI |
|
static |
|
static |
const double MYR2D = 180/M_PI |
Definition at line 65 of file CastorCellProducer.cc.
Referenced by CastorCellProducer::produce().