#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 | |
DEFINE_FWK_MODULE (CastorCellProducer) | |
Variables | |
const double | MYR2D = 180/M_PI |
DEFINE_FWK_MODULE | ( | CastorCellProducer | ) |
const double MYR2D = 180/M_PI |
Definition at line 65 of file CastorCellProducer.cc.
Referenced by CastorCellProducer::produce().