ATLAS Offline Software
Loading...
Searching...
No Matches
ModifySlices.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGT1CALOBYTESTREAM_MODIFYSLICES_H
6#define TRIGT1CALOBYTESTREAM_MODIFYSLICES_H
7
8#include <vector>
9
10namespace LVL1BS {
11
16
18
19 public:
22
24 static int peak(int oldPeak, int oldSlices, int newSlices);
26 static void data(const std::vector<int>& oldVec,
27 std::vector<int>& newVec, int newSlices);
29 static void data(const std::vector<unsigned int>& oldVec,
30 std::vector<unsigned int>& newVec, int newSlices);
31
32};
33
34} // end namespace
35
36#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
static int peak(int oldPeak, int oldSlices, int newSlices)
Return new triggered slice offset.