ATLAS Offline Software
Loading...
Searching...
No Matches
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.
static void data (const std::vector< int > &oldVec, std::vector< int > &newVec, int newSlices)
 Return modified data vector<int>
static void data (const std::vector< unsigned int > &oldVec, std::vector< unsigned int > &newVec, int newSlices)
 Return modified data vector<unsigned int>

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]

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

Return modified data vector<int>

◆ data() [2/2]

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()

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: