JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwUtil.h File Reference

Helper functions and utilities for analysis operations. More...

#include <algorithm>
#include <iterator>
+ Include dependency graph for QwUtil.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T>
void QwCopyArray (const T &a, T &b)
 

Detailed Description

Helper functions and utilities for analysis operations.

Author
Ole Hansen
Date
2023-08-16

Definition in file QwUtil.h.

Function Documentation

◆ QwCopyArray()

template<typename T>
void QwCopyArray ( const T & a,
T & b )

Definition at line 15 of file QwUtil.h.

15 {
16 for (size_t i=0; i<a.size(); i++){
17 b.at(i).CopyFrom(a.at(i));
18 }
19}

Referenced by QwBPMCavity::QwBPMCavity(), QwBPMStripline< T >::QwBPMStripline(), QwCombinedBPM< T >::QwCombinedBPM(), and QwQPD::QwQPD().

+ Here is the caller graph for this function: