Fork me on GitHub

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


Ignore:
Timestamp:
May 12, 2009, 9:47:12 AM (15 years ago)
Author:
Xavier Rouby
Message:

new PDG table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r374 r380  
    4545#include "TSimpleArray.h"
    4646#include "PhysicsTower.hh"
     47#include "PdgParticle.h"
    4748
    4849using namespace std;
     
    213214 
    214215 int NEvents_Frog;
    215   float PT_QUARKS_MIN;    // minimal pt needed for quarks to reach the tracker, in GeV
     216 float PT_QUARKS_MIN;    // minimal pt needed for quarks to reach the tracker, in GeV
     217
     218 string PdgTableFilename;
     219 //map<int,PdgParticle> PdgTable;
     220 PdgTable PDGtable;
    216221
    217222  // to sort a vector
     
    221226  /// Reads the data card for the initialisation of the parameters
    222227  void ReadDataCard(const string datacard);
     228
     229  /// Reads the PDG table
     230  void ReadParticleDataGroupTable();
    223231 
    224232  /// Create the output log file
Note: See TracChangeset for help on using the changeset viewer.