Fork me on GitHub

Ignore:
Timestamp:
Dec 18, 2008, 2:39:26 PM (16 years ago)
Author:
severine ovyn
Message:

Remove datacard bug + CaloTowers OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Fastjet/plugins/CDFCones/interface/CalTower.hh

    r42 r100  
    77
    88#include <cmath>
     9#include <iostream>
    910
    1011#ifndef M_PI
     
    1415const double pi = acos(-1);
    1516
    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
     19const unsigned int ntower = 0;
     20const 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 };
    2123const double tower_eta_edges[ntower+1] = {
    2224    0.0,   0.130817437415,   0.259479460739,   0.384075299436,   0.503273260393,   0.616250691646,   0.72264587494,   0.822472442947,   
     
    2931*/
    3032
     33
    3134// CMS data
    3235const 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
    3337const 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
    3438    0., // lower limit of the most central tower
     
    3943    5.000}; // higher limit of the most forward tower
    4044
     45//const double tower_dphi[ntower] = {}; // list of the tower size in phi (in degrees)
    4146const double tower_dphi[ntower] = { // list of the tower size in phi (in degrees)
    4247     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.