Fork me on GitHub

Changeset 350 in svn for trunk/interface/SmearUtil.h


Ignore:
Timestamp:
May 6, 2009, 8:57:21 PM (15 years ago)
Author:
severine ovyn
Message:

first test HepMC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r332 r350  
    227227
    228228  /// b-jets
    229   int Bjets(const TSimpleArray<GenParticle> &subarray, const float& eta, const float& phi);
     229  int Bjets(const TSimpleArray<TRootC::GenParticle> &subarray, const float& eta, const float& phi);
    230230 
    231231  /// b-tag efficiency and misidentification
    232   bool Btaggedjet(const TLorentzVector &JET, const TSimpleArray<GenParticle> &subarray);
     232  bool Btaggedjet(const TLorentzVector &JET, const TSimpleArray<TRootC::GenParticle> &subarray);
    233233
    234234  /// Lepton isolation based on tracking
Note: See TracChangeset for help on using the changeset viewer.