QwAnalysis
QwDriftChamberVDC.cc File Reference
#include "QwDriftChamberVDC.h"
#include "QwParameterFile.h"
#include "boost/bind.hpp"
#include <algorithm>
+ Include dependency graph for QwDriftChamberVDC.cc:

Go to the source code of this file.

Macros

#define OK   0
 

Functions

 RegisterSubsystemFactory (QwDriftChamberVDC)
 
bool invalid (QwHit &hit)
 

Macro Definition Documentation

Function Documentation

bool invalid ( QwHit hit)

Definition at line 23 of file QwDriftChamberVDC.cc.

References QwHit::GetDriftDistance().

Referenced by QwDriftChamberVDC::ProcessEvent().

23  {
24  return hit.GetDriftDistance() < 0;
25 }
const Double_t & GetDriftDistance() const
Definition: QwHit.h:92

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

RegisterSubsystemFactory ( QwDriftChamberVDC  )