Pottu
Public Member Functions | Public Attributes | List of all members
pottu::jyfl_nucspec_std_detectors_2023_03::GreatMWPCInfo Struct Reference

MWPC information of the logical event. More...

#include <jyfl_nucspec_detectors.hpp>

Collaboration diagram for pottu::jyfl_nucspec_std_detectors_2023_03::GreatMWPCInfo:
Collaboration graph
[legend]

Public Member Functions

void clear () noexcept
 

Public Attributes

pottu::DetectorEvent detX1
 
pottu::DetectorEvent detX2
 
pottu::DetectorEvent detY1
 
pottu::DetectorEvent detY2
 
pottu::DetectorEvent detDE
 

Detailed Description

MWPC information of the logical event.

MARA data typically includes all, X, Y and logical information. RITU data includes typically only Logical information.

Typical procedure to check the presence of MWPC event is to do something like:

if( event->mwpc.detLogic ) {
// some code here
}

where event->mpwc points to MWPCInfo.


The documentation for this struct was generated from the following file: