Go to the documentation of this file.00001 #ifndef CalibrationIsolatedParticlesFindEtaPhi_h
00002 #define CalibrationIsolatedParticlesFindEtaPhi_h
00003
00004
00005 #include <memory>
00006 #include <cmath>
00007 #include <string>
00008 #include <map>
00009 #include <vector>
00010
00011 namespace spr {
00012
00013
00014 struct EtaPhi {
00015 EtaPhi() {ntrys = 0;}
00016 int ietaE[4], ietaW[4], iphiN[4], iphiS[4];
00017 int ntrys;
00018 };
00019
00020 EtaPhi getEtaPhi(int ieta, int iphi, bool debug=false);
00021
00022 }
00023
00024 #endif