46 #include "TObjString.h" 47 #include "TObjArray.h" 49 #include "TProfile2D.h" 84 void endJob()
override;
86 void readVertices(
double& minx,
double& maxx,
double& miny,
double& maxy);
88 void prepareStripNames();
89 void preparePixelNames();
97 void fillStripRemap();
128 TH2Poly* trackerMap{
nullptr};
143 if (!
input.isValid()) {
144 edm::LogError(
"TrackerRemapper") <<
"<GENERIC> not found... Aborting...\n";
148 typename T::const_iterator
it;
151 trackerMap->Fill(TString::Format(
"%ld", (
long)
id.
rawId()),
it->size());
168 m_opMode(iConfig.getParameter<
int>(
"opMode")),
169 m_analyzeMode(iConfig.getParameter<
int>(
"analyzeMode")) {
170 usesResource(
"TFileService");
203 edm::LogError(
"LogicError") <<
"Unrecognized analyze mode!" << std::endl;
206 throw cms::Exception(
"TrackerRemapper") <<
"Unrecognized operations mode!" << std::endl;
326 case AnalyzeData::RECHITS:
329 case AnalyzeData::DIGIS:
332 case AnalyzeData::CLUSTERS:
336 edm::LogError(
"LogicError") <<
"Unrecognized Analyze mode!" << std::endl;
352 LogInfo(
"Analyzer") <<
"reco::TrackCollection not found... Aborting...\n";
357 auto recHitsBegin =
track.recHitsBegin();
358 for (
unsigned i = 0;
i <
track.recHitsSize(); ++
i) {
359 auto recHit = *(recHitsBegin +
i);
364 unsigned subdetId =
id.subdetId();
381 double minx = 0xFFFFFF, maxx = -0xFFFFFF, miny = 0xFFFFFF, maxy = -0xFFFFFFF;
384 TObject* ghostObj =
fs->
make<TH2Poly>(
"ghost",
"ghost", -1, 1, -1, 1);
405 for (
auto pair :
m_bins) {
424 throw cms::Exception(
"TrackerRemapper") <<
"Error Reading File" << std::endl;
434 TObjArray*
array =
string.Tokenize(
" ");
437 for (
int i = 0;
i <
array->GetEntries(); ++
i) {
439 detid =
static_cast<TObjString*
>(
array->At(
i))->String().Atoll();
449 x[
ix] =
static_cast<TObjString*
>(
array->At(
i))->String().Atof();
458 y[
iy] =
static_cast<TObjString*
>(
array->At(
i))->String().Atof();
475 m_bins[detid]->SetName(TString::Format(
"%ld", detid));
476 m_bins[detid]->SetTitle(TString::Format(
"Module ID=%ld", detid));
491 for (
int layer = TkLayerMap::TkLayerEnum::TIB_L1;
layer <= TkLayerMap::TkLayerEnum::TECP_W9; ++
layer) {
501 for (
unsigned binx = 1; binx <= (unsigned)nchX; ++binx) {
502 for (
unsigned biny = 1; biny <= (unsigned)nchY; ++biny) {
507 double val = histHandle->GetBinContent(binx, biny);
517 rootFileHandle->Close();
526 if (!rootFileHandle) {
533 rootFileHandle->Close();
544 for (
auto&
i : pxb) {
548 long rawid =
id.
rawId();
553 int signedOnlineModule =
module - 4;
554 if (signedOnlineModule <= 0)
555 --signedOnlineModule;
558 int onlineShell = pixelBarrelName.
shell();
560 int signedOnlineLadder = ((onlineShell & 1) ? -pixelBarrelName.
ladderName() : pixelBarrelName.
ladderName());
564 unsigned nx = histHandle->GetNbinsX();
565 unsigned ny = histHandle->GetNbinsY();
567 unsigned binX = signedOnlineModule + ((nx + 1) >> 1);
568 unsigned binY = (signedOnlineLadder) + ((ny + 1) >> 1);
570 double val = histHandle->GetBinContent(binX, binY);
584 for (
auto&
i : pxf) {
590 int disk =
tt->layer(
id);
592 long rawid =
id.rawId();
596 unsigned layer = pixelEndcapName.
ringName() - 1 + PixelLayerEnum::PXF_R1;
600 unsigned nx = histHandle->GetNbinsX();
601 unsigned ny = histHandle->GetNbinsY();
603 int onlineBlade = pixelEndcapName.
bladeName();
604 bool isInnerOnlineBlade = !(pixelEndcapName.
halfCylinder() & 1);
606 int signedOnlineBlade = (isInnerOnlineBlade) ? onlineBlade : -onlineBlade;
607 int signedDisk = (
side == 2) ? disk : -disk;
608 int pannel = pixelEndcapName.
pannelName() - 1;
610 unsigned binX = signedDisk + ((nx + 1) >> 1);
611 unsigned binY = (signedOnlineBlade * 2) + (ny >> 1);
613 double val = histHandle->GetBinContent(binX, binY + pannel);
629 "Creates TH2Poly Strip Tracker maps by either analyzing the event or remapping exising DQM historams");
636 ->setComment(
"0 for Analyze, 1 for Remap");
639 ->setComment(
"1=Rechits, 2=Digis, 3=Clusters");
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
T getParameter(std::string const &) const
std::string m_stripBaseDir
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
int ringName() const
ring Id
edm::EDGetTokenT< reco::TrackCollection > rechitSrcToken
std::string m_stripRemapFile
const DetContainer & detsPXB() const
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusterSrcToken
int bladeName() const
blade id
std::string m_pixelRemapFile
void analyzeGeneric(const edm::Event &iEvent, const edm::EDGetTokenT< T > &src)
std::map< unsigned, std::string > m_stripHistnameMap
ALPAKA_FN_ACC int side(int ieta, int iphi)
const DetContainer & detsPXF() const
TrackerRemapper(const edm::ParameterSet &)
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > topoToken_
Log< level::Error, false > LogError
const edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > geomToken_
std::map< unsigned, std::string > m_pixelHistnameMap
example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
static std::string const input
std::vector< const GeomDet * > DetContainer
void fillEndcapRemap(TFile *rootFileHandle, const TrackerGeometry *theTrackerGeometry, const TrackerTopology *tt)
std::string m_pixelDesiredHistogramDisk
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
HalfCylinder halfCylinder() const
DetId getDetFromBin(int layer, int ix, int iy) const
std::string m_stripDesiredHistogram
#define DEFINE_FWK_MODULE(type)
void fillPixelRemap(const TrackerGeometry *theTrackerGeometry, const TrackerTopology *tt)
~TrackerRemapper() override
TDirectory * getBareDirectory(const std::string &subdir="") const
DetId geographicalId() const
The label of this GeomDet.
const TkDetMap * m_tkdetmap
edm::EDGetTokenT< edmNew::DetSetVector< SiStripDigi > > digiSrcToken
Log< level::Info, false > LogInfo
ALPAKA_FN_ACC ALPAKA_FN_INLINE uint32_t ix(uint32_t id)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
const edm::ESGetToken< TkDetMap, TrackerTopologyRcd > tkDetMapToken_
void getComponents(int layer, int &nchX, double &lowX, double &highX, int &nchY, double &lowY, double &highY) const
void analyzeRechits(const edm::Event &iEvent, const edm::EDGetTokenT< reco::TrackCollection > &src)
constexpr uint32_t rawId() const
get the raw id
void fillBarrelRemap(TFile *rootFileHandle, const TrackerGeometry *theTrackerGeometry, const TrackerTopology *tt)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::Service< TFileService > fs
void analyze(const edm::Event &, const edm::EventSetup &) override
bool isPixel(HitType hitType)
int ladderName() const
ladder id (index in phi)
T * make(const Args &...args) const
make new ROOT object
ALPAKA_FN_ACC ALPAKA_FN_INLINE uint32_t iy(uint32_t id)
void readVertices(double &minx, double &maxx, double &miny, double &maxy)
std::map< unsigned, std::string > m_analyzeModeNameMap
std::map< long, TGraph * > m_bins
std::string m_pixelDesiredHistogramBarrel
int pannelName() const
pannel id
std::string m_pixelBaseDir
std::vector< unsigned > m_detIdVector