Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DSCHit_factory.cc File Reference
#include <iostream>
#include <iomanip>
#include <limits>
#include <cmath>
#include <START_COUNTER/DSCDigiHit.h>
#include <START_COUNTER/DSCTDCDigiHit.h>
#include <DAQ/Df250PulsePedestal.h>
#include <DAQ/Df250PulseIntegral.h>
#include <DAQ/Df250Config.h>
#include "DSCHit_factory.h"

Go to the source code of this file.

Functions

bool DSCHit_fadc_cmp (const DSCDigiHit *a, const DSCDigiHit *b)
 
bool DSCHit_tdc_cmp (const DSCTDCDigiHit *a, const DSCTDCDigiHit *b)
 

Function Documentation

bool DSCHit_fadc_cmp ( const DSCDigiHit a,
const DSCDigiHit b 
)

Definition at line 24 of file DSCHit_factory.cc.

References DSCDigiHit::pulse_time, and DSCDigiHit::sector.

Referenced by DSCHit_factory::evnt().

bool DSCHit_tdc_cmp ( const DSCTDCDigiHit a,
const DSCTDCDigiHit b 
)

Definition at line 30 of file DSCHit_factory.cc.

References DSCTDCDigiHit::sector, and DSCTDCDigiHit::time.

Referenced by DSCHit_factory::evnt().