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

MWPC information of the logical event. More...

#include <jyfl_nucspec_detectors.hpp>

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

Public Member Functions

void clear () noexcept
 

Public Attributes

pottu::DetectorEvent detX
 
pottu::DetectorEvent detY
 
pottu::DetectorEvent detLogic
 

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: