86 ,
m_minTrackP(cfg.getParameter<double>(
"minTrackP"))
91 ,
m_maxDxy(cfg.getParameter<double>(
"maxDxy"))
105 std::string wheelname[5] = {
"wheelm2_",
"wheelm1_",
"wheelz_",
"wheelp1_",
"wheelp2_"};
109 for (
int sector = 1; sector <= 14; sector++)
111 if (
station != 4 && sector > 12)
continue;
113 char stationname[20];
114 sprintf(stationname,
"st%d_",
station);
117 sprintf(sectorname,
"sector%02d_", sector);
121 std::stringstream th2f_name, tprofile_name;
122 th2f_name <<
"th2f_" << wheelname[
wheel+2] <<stationname<< sectorname;
123 tprofile_name <<
"tprofile_" << wheelname[
wheel+2] <<stationname<< sectorname;
125 double yminmax = 50., xminmax = 0.05;
129 th2f_name <<
"deltax";
130 tprofile_name <<
"deltax";
133 th2f_name <<
"deltadxdz";
134 tprofile_name <<
"deltadxdz";
138 book2D(
"/iterN/", th2f_name.str(),
"", 30, -xminmax, xminmax, ynbins, -yminmax, yminmax);
140 bookProfile(
"/iterN/", tprofile_name.str(),
"", 30, -xminmax, xminmax);
145 std::string stname[8] = {
"Ep_S1_",
"Ep_S2_",
"Ep_S3_",
"Ep_S4_",
"Em_S1_",
"Em_S2_",
"Em_S3_",
"Em_S4_"};
152 if (st > 1 &&
ring > 2)
continue;
156 sprintf(ringname,
"R%d_",
ring);
159 sprintf(chname,
"C%02d_",
chamber);
163 std::stringstream componentname;
164 double yminmax = 50., xminmax = 0.05;
166 if (
ring == 1) xminmax *= 0.5;
168 componentname <<
"deltax";
171 componentname <<
"deltadxdz";
174 std::stringstream th2f_name, tprofile_name;
175 th2f_name <<
"th2f_" << stname[
station] << ringname << chname << componentname.str();
176 tprofile_name <<
"tprofile_" << stname[
station] << ringname << chname << componentname.str();
179 book2D(
"/iterN/", th2f_name.str(),
"", 30, -xminmax, xminmax, 100, -yminmax, yminmax);
181 bookProfile(
"/iterN/", tprofile_name.str(),
"", 30, -xminmax, xminmax);
209 for (ConstTrajTrackPairCollection::const_iterator trajtrack = trajtracks.begin(); trajtrack != trajtracks.end(); ++trajtrack)
226 for (reco::MuonCollection::const_iterator
muon = muons->begin();
muon != muons->end(); ++
muon)
228 if ( !(
muon->isTrackerMuon() &&
muon->innerTrack().isNonnull() ) )
continue;
246 std::vector<DetId> chamberIds = mrft.
chamberIds();
247 for (
unsigned ch=0; ch < chamberIds.size(); ch++)
if (chamberIds[ch].det() ==
DetId::Muon) nMuChambers++;
259 for (std::vector<DetId>::const_iterator chamberId = chamberIds.begin(); chamberId != chamberIds.end(); ++chamberId)
270 int wheel = dtid.wheel() + 2;
271 int station = dtid.station() -1;
272 int sector = dtid.sector() - 1;
274 double resid_x = 10. * dt13->global_residual();
275 double resid_dxdz = 1000. * dt13->global_resslope();
277 if (fabs(resid_x) < 100. && fabs(resid_dxdz) < 100.)
294 int station = 4*cscid.endcap() + cscid.station() - 5;
295 int ring = cscid.ring() - 1;
296 if (cscid.station()==1 && cscid.ring()==4) ring = 0;
297 int chamber = cscid.chamber() - 1;
299 double resid_x = 10. * csc->global_residual();
300 double resid_dxdz = 1000. * csc->global_resslope();
302 if (fabs(resid_x) < 100. && fabs(resid_dxdz) < 100.)
double p() const
momentum vector magnitude
AlignableNavigator * pNavigator()
bool m_minNCrossedChambers
double normalizedChi2() const
chi-squared divided by n.d.o.f. (or chi-squared * 1e6 if n.d.o.f. is zero)
TH2F * book2D(std::string dir, std::string name, std::string title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
double m_maxTrackerRedChi2
TH2F * th2f_st_ring_chamber[8][3][36][kNumComponents]
int trackerNumHits() const
TProfile * tprofile_st_ring_chamber[8][3][36][kNumComponents]
TProfile * bookProfile(std::string dir, std::string name, std::string title, int nchX, double lowX, double highX, int nchY=1, double lowY=0., double highY=0., const char *option="s")
TH1F * th1f_trackerRedChi2Diff
AlignmentMonitorMuonVsCurvature(const edm::ParameterSet &cfg)
const std::vector< DetId > chamberIds() const
void event(const edm::Event &iEvent, const edm::EventSetup &iSetup, const ConstTrajTrackPairCollection &iTrajTracks) override
Called for each event (by "run()"): may be reimplemented.
double pt() const
track transverse momentum
const reco::Track * getTrack()
void book() override
Book or retrieve histograms; MUST be reimplemented.
std::vector< ConstTrajTrackPair > ConstTrajTrackPairCollection
const edm::InputTag m_beamSpotTag
TProfile * tprofile_wheel_st_sector[5][4][14][kNumComponents]
TH1F * book1D(std::string dir, std::string name, std::string title, int nchX, double lowX, double highX)
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
double pz() const
z coordinate of momentum vector
double normalizedChi2() const
void processMuonResidualsFromTrack(MuonResidualsFromTrack &mrft, const Trajectory *traj=0)
double trackerRedChi2() const
TH1F * th1f_trackerRedChi2
~AlignmentMonitorMuonVsCurvature() override
int charge() const
track electric charge
#define DEFINE_EDM_PLUGIN(factory, type, name)
const Point & position() const
position
TH2F * th2f_wheel_st_sector[5][4][14][kNumComponents]
double dxy() const
dxy parameter. (This is the transverse impact parameter w.r.t. to (0,0,0) ONLY if refPoint is close t...
edm::InputTag m_muonCollectionTag
bool contains_TIDTEC() const
MuonChamberResidual * chamberResidual(DetId chamberId, int type)