ROOT  6.06/09
Reference Guide
Functions
gather.cpp File Reference
#include "unittest.h"
#include <iostream>
+ Include dependency graph for gather.cpp:

Go to the source code of this file.

Functions

template<typename Vec >
void maskedGatherArray ()
 
template<typename Vec >
void gatherArray ()
 
template<typename Vec >
void gatherStruct ()
 
template<typename Vec >
void gather2dim ()
 
int main (int argc, char **argv)
 

Function Documentation

template<typename Vec >
void gather2dim ( )

Definition at line 152 of file gather.cpp.

Referenced by main().

template<typename Vec >
void gatherArray ( )

Definition at line 51 of file gather.cpp.

Referenced by main().

template<typename Vec >
void gatherStruct ( )

Definition at line 98 of file gather.cpp.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 195 of file gather.cpp.

template<typename Vec >
void maskedGatherArray ( )

Definition at line 25 of file gather.cpp.

Referenced by main().