1 #ifndef SHALLOW_CLUSTERS_PRODUCER 2 #define SHALLOW_CLUSTERS_PRODUCER 36 float etaX()
const {
return ((left + right) / max) / 2.; }
37 float eta()
const {
return right > left ? max / (max + right) : left / (left + max); }
38 float etaasymm()
const {
return right > left ? (right -
max) / (right + max) : (max - left) / (max + left); }
float outsideasymm() const
edm::InputTag theClustersLabel
A signed Digi for the silicon strip detector, containing only adc information, and suitable for stori...
ShallowClustersProducer(const edm::ParameterSet &)
moduleVars(uint32_t, const TrackerTopology *)
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > theClustersToken_
edm::EDGetTokenT< edm::DetSetVector< SiStripProcessedRawDigi > > theDigisToken_