Create a copier to be used in tracking.
If 'OutputTopoCollection' is the same as used in
'egammaTopoClusterCopierCfg', these two functions will produce
the same tool that will be de-duplicated later, preventing
duplication of the output containers. This will happen in
a standard pp reconstruction.
If 'OutputTopoCollection' is not the same, two tools will be
created, each with a different output container. This will
happen in a HI reconstruction.
Definition at line 36 of file egammaTopoClusterCopierConfig.py.
37 """Create a copier to be used in tracking.
38 If 'OutputTopoCollection' is the same as used in
39 'egammaTopoClusterCopierCfg', these two functions will produce
40 the same tool that will be de-duplicated later, preventing
41 duplication of the output containers. This will happen in
42 a standard pp reconstruction.
43 If 'OutputTopoCollection' is not the same, two tools will be
44 created, each with a different output container. This will
45 happen in a HI reconstruction."""
48 "InputTopoCollection",
49 flags.Tracking.TopoClusters)
51 "OutputTopoCollection",
52 flags.Tracking.EgammaTopoClusters)
55 name = kwargs[
"OutputTopoCollection"]+
'Copier'