Fork me on GitHub

Changeset 71 in svn for trunk/interface


Ignore:
Timestamp:
Dec 3, 2008, 2:47:52 AM (16 years ago)
Author:
Xavier Rouby
Message:

iEta et iPhi. Verification non complete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r69 r71  
    119119  double PROTOJET_PTMIN;
    120120
    121   int DOTRIGGER;
     121  // Define Calorimetric towers
     122  unsigned int NTOWERS;
     123  float * TOWER_ETA_EDGES;
     124  float * TOWER_DPHI;
     125
    122126
    123127  /// Reads the data card for the initialisation of the parameters
     
    150154  //******************************isolation criteria**************************************
    151155  bool Isolation(Float_t phi,Float_t eta,const vector<TLorentzVector> &tracks,float PT_TRACK2);
     156
     157  //********************* returns a segmented value for eta and phi, for calo towers *****
     158  void BinEtaPhi(const float phi, const float eta, float& iPhi, float& iEta);
    152159
    153160};
Note: See TracChangeset for help on using the changeset viewer.