rootana/src/TAP_generators/MaxBinAPGenerator.cpp File Reference

#include "TAPGeneratorFactory.h"
#include "MaxBinAPGenerator.h"
#include "TPulseIsland.h"
#include "TAnalysedPulse.h"
#include "EventNavigator.h"
#include "SetupNavigator.h"
#include <algorithm>

Go to the source code of this file.

Functions

static bool IsTimeOrdered (TAnalysedPulse *a, TAnalysedPulse *b)
 ALCAP_TAP_GENERATOR (MaxBin)

Function Documentation

ALCAP_TAP_GENERATOR ( MaxBin   ) 
static bool IsTimeOrdered ( TAnalysedPulse a,
TAnalysedPulse b 
) [static]

Definition at line 13 of file MaxBinAPGenerator.cpp.

References TAnalysedPulse::GetTime().

Referenced by MaxBinAPGenerator::ProcessPulses().

00013                                                                 {
00014   // Want a to be before b
00015   return ( a->GetTime() < b->GetTime() );
00016 }


Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1