ATLAS Offline Software
Classes | Namespaces | Macros | Typedefs
TileAssocFillerTool.h File Reference
#include "D3PDMakerUtils/VoidBlockFillerTool.h"
#include "StoreGate/StoreGateSvc.h"
#include "GaudiKernel/StatusCode.h"
#include <vector>
#include <string>
Include dependency graph for TileAssocFillerTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  D3PD::TileAssocFillerTool
 

Namespaces

 D3PD
 Block filler tool for noisy FEB information.
 

Macros

#define ASSOCCONTAINER_CONSTRUCTOR(size)   ASSOCCONTAINER( size ,std::vector<int>(0))
 

Typedefs

typedef std::vector< std::vector< int > > ASSOCCONTAINER
 

Macro Definition Documentation

◆ ASSOCCONTAINER_CONSTRUCTOR

#define ASSOCCONTAINER_CONSTRUCTOR (   size)    ASSOCCONTAINER( size ,std::vector<int>(0))

Definition at line 24 of file TileAssocFillerTool.h.

Typedef Documentation

◆ ASSOCCONTAINER

typedef std::vector<std::vector<int> > ASSOCCONTAINER

Definition at line 22 of file TileAssocFillerTool.h.