Fork me on GitHub

Changeset b3c0535 in git for modules/PdgCodeFilter.h


Ignore:
Timestamp:
Oct 6, 2015, 11:18:23 AM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
934d037
Parents:
ce4feac
Message:

replace InvertPdg with Invert in PdgCodeFilter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PdgCodeFilter.h

    rce4feac rb3c0535  
    1919//------------------------------------------------------------------------------
    2020
    21 #ifndef PidFilter_h
    22 #define PidFilter_h
     21#ifndef PdgCodeFilter_h
     22#define PdgCodeFilter_h
    2323
    24 /** \class Efficiency
     24/** \class PdgCodeFilter
    2525 *
    26  *  Removes particles with specific pdg codes
    27   *
     26 *  Removes particles with specific PDG codes
     27 *
    2828 *  \author M. Selvaggi
    2929 *
     
    5050
    5151  Double_t fPTMin; //!
    52   Bool_t fInvertPdg; //!
     52  Bool_t fInvert; //!
    5353  Bool_t fRequireStatus; //!
    5454  Int_t fStatus; //!
Note: See TracChangeset for help on using the changeset viewer.