ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
LVL1BS::ZdcModifySlices Class Reference

Utility to modify the number of slices. More...

#include <ZdcModifySlices.h>

Collaboration diagram for LVL1BS::ZdcModifySlices:

Public Member Functions

 ZdcModifySlices ()
 
 ~ZdcModifySlices ()
 

Static Public Member Functions

static int peak (int oldPeak, int oldSlices, int newSlices)
 Return new triggered slice offset. More...
 
static void data (const std::vector< int > &oldVec, std::vector< int > &newVec, int newSlices)
 Return modified data vector<int> More...
 
static void data (const std::vector< unsigned int > &oldVec, std::vector< unsigned int > &newVec, int newSlices)
 Return modified data vector<unsigned int> More...
 

Detailed Description

Utility to modify the number of slices.

Author
Peter Faulkner

Not sure we will ever need this. But it is also a good candidate to be included as a link

TRY_LINK_LVL1 Marco Leite

Definition at line 23 of file ZdcModifySlices.h.

Constructor & Destructor Documentation

◆ ZdcModifySlices()

LVL1BS::ZdcModifySlices::ZdcModifySlices ( )

◆ ~ZdcModifySlices()

LVL1BS::ZdcModifySlices::~ZdcModifySlices ( )

Member Function Documentation

◆ data() [1/2]

static void LVL1BS::ZdcModifySlices::data ( const std::vector< int > &  oldVec,
std::vector< int > &  newVec,
int  newSlices 
)
static

Return modified data vector<int>

◆ data() [2/2]

static void LVL1BS::ZdcModifySlices::data ( const std::vector< unsigned int > &  oldVec,
std::vector< unsigned int > &  newVec,
int  newSlices 
)
static

Return modified data vector<unsigned int>

◆ peak()

static int LVL1BS::ZdcModifySlices::peak ( int  oldPeak,
int  oldSlices,
int  newSlices 
)
static

Return new triggered slice offset.


The documentation for this class was generated from the following file: