Functions
Drifter.cxx File Reference
#include "WireCellGen/Drifter.h"
#include "WireCellUtil/NamedFactory.h"
#include "WireCellUtil/Units.h"
#include "WireCellUtil/String.h"
#include "WireCellIface/IAnodePlane.h"
#include "WireCellIface/IAnodeFace.h"
#include "WireCellIface/IWirePlane.h"
#include "WireCellIface/SimpleDepo.h"
#include <boost/range.hpp>
#include <sstream>

Go to the source code of this file.

Functions

 WIRECELL_FACTORY (Drifter, WireCell::Gen::Drifter, WireCell::IDrifter, WireCell::IConfigurable) using namespace std
 
bool by_time (const IDepo::pointer &lhs, const IDepo::pointer &rhs)
 

Function Documentation

bool by_time ( const IDepo::pointer lhs,
const IDepo::pointer rhs 
)

Definition at line 201 of file Drifter.cxx.

201  {
202  return lhs->time() < rhs->time();
203 }
WIRECELL_FACTORY ( Drifter  ,
WireCell::Gen::Drifter  ,
WireCell::IDrifter  ,
WireCell::IConfigurable   
)