#include "Plex/PlexSEIdAltL.h"Go to the source code of this file.
Classes | |
| struct | PatternPair |
| struct | DeMuxedPair |
| struct | DeMuxedSingle |
| struct | DeMuxFitResult_t |
| struct | DeMuxFitData_t |
| struct | PlaneValidity_t |
| struct | DeMuxPossibility |
| struct | DeMuxSearchTactic |
| struct | DeMuxMaskGroup |
| struct | BigGroup |
Enumerations | |
| enum | DeMuxEventType_t { UNKNOWN, SINGLE_MUON, MULTIPLE_MUON, STOPPING_MUON, PARTIALLY_CONTAINED_EVENT, CONTAINED_EVENT, THROUGH_GOING_MUON, STRAIGHT_THROUGH_GOING_MUON } |
| enum | DeMuxSearchType { SEARCH_BACKWARDS, SEARCH_GAP, SEARCH_GAP_F, SEARCH_GAP_B, SEARCH_FORWARDS, SEARCH_SINGLES } |
Variables | |
| const Int_t | DISPLAY_TYPE = 1 |
| const Int_t | ALG_EAST = 0 |
| const Int_t | ALG_WEST = 1 |
| const Int_t | MAX_NUMBER_OF_PMTS = 1800 |
| const Int_t | MAX_NUMBER_OF_PLANES = 500 |
| const Int_t | MAX_NUMBER_OF_STRIPS = 192 |
| const Int_t | MAX_DISPLAYED_HITS = 100 |
| const Int_t | MAX_HITS_PLANE = 100 |
|
|
Definition at line 62 of file AltDeMuxStructures.h. Referenced by AlgAltDeMuxBase::EventID(). 00062 {
00063 UNKNOWN,
00064 SINGLE_MUON,
00065 MULTIPLE_MUON,
00066 STOPPING_MUON,
00067 PARTIALLY_CONTAINED_EVENT,
00068 CONTAINED_EVENT,
00069 THROUGH_GOING_MUON,
00070 STRAIGHT_THROUGH_GOING_MUON
00071 };
|
|
|
Definition at line 84 of file AltDeMuxStructures.h. 00084 {SEARCH_BACKWARDS,SEARCH_GAP,SEARCH_GAP_F,SEARCH_GAP_B,SEARCH_FORWARDS,SEARCH_SINGLES};
|
|
|
Definition at line 75 of file AltDeMuxStructures.h. Referenced by AltDeMuxModule::Ana(), AlgAltDeMuxBase::DeMuxPass(), and AlgAltDeMuxBase::DeMuxWhatsLeft(). |
|
|
Definition at line 76 of file AltDeMuxStructures.h. Referenced by AltDeMuxModule::Ana(), AlgAltDeMuxBase::DeMuxPass(), and AlgAltDeMuxBase::DeMuxWhatsLeft(). |
|
|
Definition at line 74 of file AltDeMuxStructures.h. Referenced by AltDeMuxDisplay::AltDeMuxDisplay(), and AltDeMuxDisplay::Draw(). |
|
|
Definition at line 80 of file AltDeMuxStructures.h. |
|
|
Definition at line 81 of file AltDeMuxStructures.h. |
|
|
|
Definition at line 77 of file AltDeMuxStructures.h. Referenced by XTalkFilter::DoTrueFilter(). |
|
|
Definition at line 79 of file AltDeMuxStructures.h. Referenced by AlgAltDeMuxBase::ValidatePlaneForPattern(). |
1.3.9.1