XeSetOfSelectionCuts Class Reference
A set of selection cuts.
More...
#include <XeAnalysis.h>
List of all members.
Detailed Description
A set of selection cuts.
Member Function Documentation
void XeSetOfSelectionCuts::addSelectionCut |
( |
SelectionCut * |
cut |
) |
|
Add a selection cut.
- Parameters:
-
| cut | pointer to the selection cut to be added |
Cumulate an already existing set of selection cuts.
- Parameters:
-
| sc | pointer to the set of selection cuts to be cumulated |
double XeSetOfSelectionCuts::getAcceptance |
( |
double |
S1, |
|
|
bool |
smeared | |
|
) |
| | |
get the overall acceptance for all cuts on either S1 or unsmeared S1
- Parameters:
-
| S1 | either unsmeared or smeared S1, depensing on parameter |
| smeared | are we dealing with smeared or unsmeared S1? |
SelectionCut* XeSetOfSelectionCuts::getSelectionCutByNature |
( |
int |
nature |
) |
|
get selection cut by nature
- Returns:
- pointer to the desired selection cut
- Parameters:
-
| nature | nature of the cnut. Can be: USER_GENERAL_CUT , USER_SELECTION_CUT , USER_SELECTION_CUT_ON_S1 USER_SELECTION_CUT_ON_UNSMEARED_S1 , S1_STOT_SELECTION_CUT S2_PEAK_S0_SELECTION_CUT , S1_COIN2_SELECTION_CUT , DARK_MATTER_CUT |
SelectionCut* XeSetOfSelectionCuts::getSelectionCutBySequence |
( |
int |
i |
) |
|
get selection cut by sequence
- Returns:
- pointer to the desired selection cut
- Parameters:
-
| i | cut sequence number, starting at 0 |
return a default set of selection cuts
- Parameters:
-
bool XeSetOfSelectionCuts::printIt |
( |
int |
level = 1 |
) |
[virtual] |
print the Set of selection cuts
- Parameters:
-
Reimplemented from XeSetOfCuts.
bool XeSetOfSelectionCuts::printIt |
( |
int |
level, |
|
|
vector< double > * |
remaining | |
|
) |
| | |
print the remaining count of cuts onr by one, in a set of selection cuts
- Parameters:
-
| level | print level |
| remaing | list of remaining counts (0=before, i=after cut "i-1" |
void XeSetOfSelectionCuts::setTValue |
( |
int |
i, |
|
|
double |
t | |
|
) |
| | |
set the "t-value" for a given cut
- Parameters:
-
| i | cut sequence number, starting at 0 |
| t | "t-value" |
The documentation for this class was generated from the following file: