Changeset 100 in svn for trunk/Utilities/Fastjet/plugins/CDFCones/interface
- Timestamp:
- Dec 18, 2008, 2:39:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Fastjet/plugins/CDFCones/interface/CalTower.hh
r42 r100 7 7 8 8 #include <cmath> 9 #include <iostream> 9 10 10 11 #ifndef M_PI … … 14 15 const double pi = acos(-1); 15 16 16 /* 17 // CDF data : 22 towers. step=2.7° at the beginning, and after, it changes 18 const unsigned int ntower = 22; 19 const double TOWER_THETA[ntower+1] = {3.000, 5.700, 8.400, 11.100, 13.800, 16.500, 19.200, 21.900, 24.600, 27.300, 30.000,// step=2.7° 20 33.524, 36.822, 40.261, 43.614, 47.436, 51.790, 56.735, 62.310, 68.516, 75.297, 82.526, 90.000 }; 17 18 /* // CDF data : 22 towers. step=2.7° at the beginning, and after, it changes 19 const unsigned int ntower = 0; 20 const double TOWER_THETA[ntower+1] = {0},// step=2.7° 21 //const double TOWER_THETA[ntower+1] = {3.000, 5.700, 8.400, 11.100, 13.800, 16.500, 19.200, 21.900, 24.600, 27.300, 30.000,// step=2.7° 22 // 33.524, 36.822, 40.261, 43.614, 47.436, 51.790, 56.735, 62.310, 68.516, 75.297, 82.526, 90.000 }; 21 23 const double tower_eta_edges[ntower+1] = { 22 24 0.0, 0.130817437415, 0.259479460739, 0.384075299436, 0.503273260393, 0.616250691646, 0.72264587494, 0.822472442947, … … 29 31 */ 30 32 33 31 34 // CMS data 32 35 const unsigned int ntower = 40; 36 //const double tower_eta_edges[ntower+1] = {0}; // list of the edges of each tower, in eta, for eta>0, assuming a symmetric detector in eta<0 33 37 const double tower_eta_edges[ntower+1] = { // list of the edges of each tower, in eta, for eta>0, assuming a symmetric detector in eta<0 34 38 0., // lower limit of the most central tower … … 39 43 5.000}; // higher limit of the most forward tower 40 44 45 //const double tower_dphi[ntower] = {}; // list of the tower size in phi (in degrees) 41 46 const double tower_dphi[ntower] = { // list of the tower size in phi (in degrees) 42 47 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 10,
Note:
See TracChangeset
for help on using the changeset viewer.