You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boolcassetteShiftScintillator(int zside, int layer, int iphi) const;
57
58
boolcassetteShiftSilicon(int zside, int layer, int waferU, int waferV) const;
@@ -113,7 +114,17 @@ class HGCalDDDConstants {
113
114
std::pair<float, float> localToGlobal8(
114
115
int zside, int lay, int waferU, int waferV, double localX, double localY, bool reco, bool debug) const;
115
116
std::pair<float, float> locateCell(int cell, int lay, int type, bool reco) const;
116
-
std::pair<float, float> locateCell(int zside, int lay, int waferU, int waferV, int cellU, int cellV, bool reco, bool all, bool norot, bool cog, bool debug) const;
@@ -836,8 +836,17 @@ std::pair<float, float> HGCalDDDConstants::locateCell(int cell, int lay, int typ
836
836
returnstd::make_pair(x, y);
837
837
}
838
838
839
-
std::pair<float, float> HGCalDDDConstants::locateCell(int zside, int lay, int waferU, int waferV, int cellU, int cellV, bool reco, bool all, bool norot, bool cog, bool debug)
0 commit comments