ROOT
v6-36
Reference Guide
Loading...
Searching...
No Matches
RResultPtr.cxx
Go to the documentation of this file.
1
// Author: Vincenzo Eduardo Padulano, Enrico Guiraud CERN 2023/02
2
3
/*************************************************************************
4
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#include <string>
12
13
#include <
ROOT/RResultPtr.hxx
>
14
#include <
ROOT/RDF/RInterface.hxx
>
15
#include <
ROOT/RDF/RLoopManager.hxx
>
16
17
ROOT::Internal::RDF::SnapshotPtr_t
18
ROOT::Internal::RDF::CloneResultAndAction
(
const
ROOT::Internal::RDF::SnapshotPtr_t
&
inptr
,
19
const
std::string &
outputFileName
)
20
{
21
return
ROOT::Internal::RDF::SnapshotPtr_t
{
22
inptr
.fObjPtr,
inptr
.fLoopManager,
23
inptr
.fActionPtr->CloneAction(
reinterpret_cast<
void
*
>
(
const_cast<
std::string *
>
(&
outputFileName
)))};
24
}
RInterface.hxx
RLoopManager.hxx
RResultPtr.hxx
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ROOT::RDF::RResultPtr
Smart pointer for the return type of actions.
Definition
RResultPtr.hxx:131
ROOT::Internal::RDF::CloneResultAndAction
ROOT::RDF::Experimental::RResultMap< T > CloneResultAndAction(const ROOT::RDF::Experimental::RResultMap< T > &inmap)
Clones an RResultMap and its corresponding RVariedAction.
Definition
RResultMap.hxx:64
tree
dataframe
src
RResultPtr.cxx
ROOT v6-36 - Reference Guide Generated on Wed Aug 20 2025 04:40:00 (GVA Time) using Doxygen 1.10.0