a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
EitherSignMuonPreselector.cpp
Go to the documentation of this file.
1/*
2 * EitherSignMuonPreselector.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 LhefParser& lhefParser,
18 double const transverseMomentumCut,
19 double const pseudorapidityCut ) :
20 StandardPreselector( lhefParser,
21 BOL::Vi( PDGIX::positronTwo
22 )( -PDGIX::positronTwo
23 )( PDGVII::positronTwo
24 ).e( -PDGVII::positronTwo ),
25 transverseMomentumCut,
26 pseudorapidityCut )
27 {
28 // just an initialization list.
29 }
30
32 {
33 // does nothing.
34 }
35
36 } /* namespace PreselectorClass */
37 } /* namespace LHEF */
38} /* namespace LHPC */
EitherSignMuonPreselector(LhefParser &lhefParser, double const transverseMomentumCut=0.0, double const pseudorapidityCut=-1.0)
StdVectorFiller< int > Vi