StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StTriggerUtilities
StDSMUtilities
DSMLayer_B101_2014_B.cc
1
#include "DSMLayer_B101_2014_B.hh"
2
3
#include "DSMAlgo_BC101_2014_b.hh"
4
5
DSMLayer_B101_2014_B::DSMLayer_B101_2014_B() :
DSMLayer_B101_2009
()
6
{
7
//printf("DSMLayer_B101_2014_B constructor\n");
8
for
(
size_t
dsm = 0; dsm < size(); ++dsm)
9
(*
this
)[dsm].setName(
"BC"
, 1, dsm);
10
}
11
void
DSMLayer_B101_2014_B::run()
12
{
13
for_each(begin(), end(),
DSMAlgo_BC101_2014_b
());
14
}
DSMAlgo_BC101_2014_b
Definition:
DSMAlgo_BC101_2014_b.hh:7
DSMLayer_B101_2009
Definition:
DSMLayer_B101_2009.hh:11
Generated by
1.8.5