a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LightLeptonPreselector.cpp
Go to the documentation of this file.
1/*
2 * LightLeptonPreselector.cpp
3 *
4 * Created on: Jan 25, 2013
5 * Author: Ben O'Leary (benjamin.oleary@gmail.com)
6 */
7
8#include "LHEF.hpp"
9
10namespace LHPC
11{
12 namespace LHEF
13 {
14 namespace PreselectorClass
15 {
17 double const transverseMomentumCut,
18 double const pseudorapidityCut ) :
19 StandardPreselector( lhefParser,
20 BOL::Vi( PDGIX::positronOne
21 )( -PDGIX::positronOne
22 )( PDGIX::positronTwo
23 )( -PDGIX::positronTwo
24 )( PDGVII::positronOne
25 )( -PDGVII::positronOne
26 )( PDGVII::positronTwo
27 ).e( -PDGVII::positronTwo ),
28 transverseMomentumCut,
29 pseudorapidityCut )
30 {
31 // just an initialization list.
32 }
33
35 {
36 // does nothing.
37 }
38
39 } /* namespace PreselectorClass */
40 } /* namespace LHEF */
41} /* namespace LHPC */
LightLeptonPreselector(LhefParser &lhefParser, double const transverseMomentumCut=0.0, double const pseudorapidityCut=-1.0)
StdVectorFiller< int > Vi