CFEL - ASG Software Suite  2.5.0
CASS
Classes | Namespaces | Functions
delayline_detector_analyzer_simple.cpp File Reference

file contains the definition of classes and functions that analyzses a delayline detector. More...

#include <iostream>
#include <limits>
#include <cmath>
#include <stdexcept>
#include <algorithm>
#include "delayline_detector_analyzer_simple.h"
#include "delayline_detector.h"
#include "channel.hpp"
#include "signal_producer.h"
#include "cass_settings.h"
#include "poscalculator.hpp"
#include "convenience_functions.h"
+ Include dependency graph for delayline_detector_analyzer_simple.cpp:

Go to the source code of this file.

Classes

struct  cass::ACQIRIS::isInRange
 check whether anode end wire signal is correleated to mcp signal More...
 

Namespaces

 cass
 
 cass::ACQIRIS
 

Typedefs

typedef SignalProducer::signal_t cass::ACQIRIS::signal_t
 typedefs for shorter code More...
 
typedef SignalProducer::signals_t cass::ACQIRIS::signals_t
 typedefs for shorter code More...
 
typedef signals_t::iterator cass::ACQIRIS::sigIt_t
 typedefs for shorter code More...
 
typedef std::pair< sigIt_t, sigIt_tcass::ACQIRIS::range_t
 typedefs for shorter code More...
 

Functions

pair< sigIt_t, sigIt_tcass::ACQIRIS::getSignalRange (signals_t &sigs, const double mcp, const double ts, const double rTime)
 return range of possible anode wire signal candidates More...
 

Detailed Description

file contains the definition of classes and functions that analyzses a delayline detector.

Author
Lutz Foucar

Definition in file delayline_detector_analyzer_simple.cpp.