1 #ifndef SHALLOW_CLUSTERS_PRODUCER 2 #define SHALLOW_CLUSTERS_PRODUCER 39 float etaX()
const {
return ((left+right)/max)/2.;}
40 float eta()
const {
return right>left ? max/(max+right) : left/(left+max);}
41 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_