13 |
|
#ifndef MITANA_PHYSICSMOD_PUBLISHERMOD_H |
14 |
|
#define MITANA_PHYSICSMOD_PUBLISHERMOD_H |
15 |
|
|
16 |
+ |
#include "MitAna/DataCont/interface/Collection.h" |
17 |
+ |
#include "MitAna/DataCont/interface/ObjArray.h" |
18 |
|
#include "MitAna/TreeMod/interface/BaseMod.h" |
17 |
– |
#include "MitAna/DataTree/interface/Collections.h" |
19 |
|
|
20 |
|
namespace mithep |
21 |
|
{ |
94 |
|
ReqBranch(GetBranchName(), fColIn); |
95 |
|
|
96 |
|
if (fPublicName.IsNull()) |
97 |
< |
fPublicName = fBranchName; |
97 |
> |
fPublicName = GetBranchName(); |
98 |
|
|
99 |
|
if (!GetPubPerEvent()) { |
100 |
|
fColOut = new mithep::ObjArray<TOut>(0, GetPublicName()); |