Project
Loading...
Searching...
No Matches
SACDecoder.h File Reference

Decoding of integrated analogue currents. More...

#include <algorithm>
#include <array>
#include <deque>
#include <unordered_map>
#include <vector>
#include <bitset>
#include <gsl/span>
#include "CommonUtils/TreeStreamRedirector.h"
#include "CommonConstants/LHCConstants.h"
#include "DataFormatsTPC/Defs.h"
#include "DataFormatsTPC/SAC.h"

Go to the source code of this file.

Classes

struct  o2::tpc::sac::DecodedDataFE
 Decoded data of one FE. More...
 
struct  o2::tpc::sac::DataPoint
 
struct  o2::tpc::sac::DecodedData
 
class  o2::tpc::sac::Decoder
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::tpc
 Global TPC definitions and constants.
 
namespace  o2::tpc::sac
 

Variables

constexpr float o2::tpc::sac::ADCtoNanoAmp = 125000.f / 8388608.f
 125000 nA / std::pow(2,23) bits
 
constexpr uint32_t o2::tpc::sac::ChannelsPerFE = 8
 Channels per front-end card. One channel is one stack.
 
constexpr size_t o2::tpc::sac::Instances = 2
 Number of instances to process.
 
constexpr size_t o2::tpc::sac::NumberFEs = FEsPerInstance * Instances
 Total number of frontends to process.
 

Detailed Description

Decoding of integrated analogue currents.

Author
Jens Wiechula, Jens..nosp@m.Wiec.nosp@m.hula@.nosp@m.ikf..nosp@m.uni-f.nosp@m.rank.nosp@m.furt..nosp@m.de

Definition in file SACDecoder.h.